Skip to content

Commit 0bc1c7b

Browse files
authored
Update README.md
1 parent 7cbc311 commit 0bc1c7b

File tree

1 file changed

+1
-1
lines changed
  • packages/gatsby-transformer-javascript-frontmatter

1 file changed

+1
-1
lines changed

packages/gatsby-transformer-javascript-frontmatter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins: [`gatsby-transformer-javascript-frontmatter`];
1515

1616
## Parsing algorithm
1717

18-
The algorithm for uses babylon and traverse (from the babel family of code) to
18+
This plugin uses babylon and traverse (from the babel family of code) to
1919
statically read the frontmatter exports.
2020

2121
In a .js file, export a frontmatter object to set your metadata variables, like so:

0 commit comments

Comments
 (0)