We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbc311 commit 0bc1c7bCopy full SHA for 0bc1c7b
packages/gatsby-transformer-javascript-frontmatter/README.md
@@ -15,7 +15,7 @@ plugins: [`gatsby-transformer-javascript-frontmatter`];
15
16
## Parsing algorithm
17
18
-The algorithm for uses babylon and traverse (from the babel family of code) to
+This plugin uses babylon and traverse (from the babel family of code) to
19
statically read the frontmatter exports.
20
21
In a .js file, export a frontmatter object to set your metadata variables, like so:
0 commit comments