Skip to content

Commit

Permalink
docs(gatsby-plugin-subfont): correct property name (#29803)
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfanatic authored Feb 26, 2021
1 parent fb225be commit 80d2e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-subfont/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
resolve: `gatsby-plugin-subfont`,
options: {
silent: true,
fallback: false,
fallbacks: false,
inlineFonts: true,
},
},
Expand Down

0 comments on commit 80d2e43

Please sign in to comment.