Skip to content

Commit 2c01451

Browse files
authored
Add Hyphen for Clarity (#13042)
1 parent 9b49e76 commit 2c01451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial/part-six/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Here's a video of a panda eating sweets.
4141

4242
Once you save the file, look at `/my-files/` again—the new markdown file is in
4343
the 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
4646
they 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
9393
data _into_ Gatsby's data system and _transformer_ plugins transform raw content
9494
brought by source plugins. This pattern can handle all data sourcing and
9595
data transformation you might need when building a Gatsby site.

0 commit comments

Comments
 (0)