Skip to content

Commit cd76722

Browse files
authored
chore(docs): Update prismic source graphql tutorial docs (#35218)
1 parent ecd1120 commit cd76722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/prismic-source-graphql-tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If your Prismic documents are being retrieved, then the configuration was succes
7575

7676
Once you have verified on GraphiQL that you can retrieve the data from your previously created Prismic content repository, you can start on fetching and rendering that content.
7777

78-
In GraphiQL experiment with the data and how it's structured. You can use the autocomplete to help you navigate around how Gatsby interprets the Prismic repository. You will need a query that gets the Home information, as well as an array of blog posts sorted in descending order.
78+
In GraphiQL, experiment with the data and how it's structured. You can use the autocomplete to help you navigate around how Gatsby interprets the Prismic repository. You will need a query that gets the Home information, as well as an array of blog posts sorted in descending order.
7979

8080
```jsx:title=src/pages/index.js
8181
import React from "react"

0 commit comments

Comments
 (0)