File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Here's a video of a panda eating sweets.
4141
4242Once you save the file, look at ` /my-files/ ` again—the new markdown file is in
4343the table. This is a very powerful feature of Gatsby. Like the earlier
44- ` siteMetadata ` example, source plugins can live reload data.
44+ ` siteMetadata ` example, source plugins can live- reload data.
4545` gatsby-source-filesystem ` is always scanning for new files to be added and when
4646they are, re-runs your queries.
4747
@@ -89,7 +89,7 @@ available on the `MarkdownRemark` node.
8989
9090![ markdown-query] ( markdown-query.png )
9191
92- Ok! Hopefully some basics are starting to fall into place. Source plugins bring
92+ Ok! Hopefully, some basics are starting to fall into place. Source plugins bring
9393data _ into_ Gatsby's data system and _ transformer_ plugins transform raw content
9494brought by source plugins. This pattern can handle all data sourcing and
9595data transformation you might need when building a Gatsby site.
You can’t perform that action at this time.
0 commit comments