Skip to content

Commit 9a03fc1

Browse files
authored
docs: Fix typos in tutorial 4 (#31891)
1 parent e7e77a1 commit 9a03fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/tutorial/part-4/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Follow the steps below to open the GraphiQL interface:
9393
There are three main sections of the GraphiQL interface:
9494

9595
* **Explorer:** This is the section on the left, which shows you all the different kinds of data you can request in a GraphQL query.
96-
* You can toggle the dropdowns to expand the different fields and see what kinds of data is available in the data layer.
96+
* You can toggle the dropdowns to expand the different fields and see what kinds of data are available in the data layer.
9797
* The blue items correspond to the different data fields you can query for.
9898
* The purple items accept additional arguments that you can use to filter down the data returned in the response.
9999
* **Query Editor:** This is the middle section, which you can use to write out a query to test.
@@ -626,7 +626,7 @@ module.exports = {
626626

627627
**A closer look at the configuration options:**
628628

629-
When your site builds, `gatsby-source-filesystem` adds all the files in folder specified by the `path` option to the data layer.
629+
When your site builds, `gatsby-source-filesystem` adds all the files in the folder specified by the `path` option to the data layer.
630630

631631
The `name` option in the configuration object gets set to the `sourceInstanceName` field for each file. This comes in handy when you want to source files from multiple folders. By giving each folder a different `name` option, you can build GraphQL queries that filter down to only a particular folder.
632632

0 commit comments

Comments
 (0)