Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Cameron committed Apr 11, 2021
1 parent 8d54229 commit efc63b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.0.15 (April 11, 2021)
## 0.0.15-16 (April 11, 2021)

- Improve GraphQL section of README.md

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ There are a lot more GROQ examples in [Sanity's GROQ query cheat sheet](https://

### Querying with GraphQL

Alternatively, using Sanity's GraphQL API (`gen2` or `gen3`), we can write:
Alternatively, using `gen2` or `gen3` of Sanity's GraphQL API, we can write:

```graphql
query {
Expand All @@ -71,9 +71,9 @@ query {

For more information, see [Sanity's GraphQL documentation](https://www.sanity.io/docs/graphql).

If you are using `gen1` of Sanity's GraphQL API, replace `allMovie` with `allMovies`.
If using `gen1` of Sanity's GraphQL API, replace `allMovie` with `allMovies`.

Remember, if your using a different GraphQL API, such as [Gatsby's](https://www.gatsbyjs.com/docs/graphql-reference/#sort), your queries may look a little different. In that case, please consult the documentation for whatever API you're using.
Remember, if you're using a different GraphQL API, such as [Gatsby's](https://www.gatsbyjs.com/docs/graphql-reference/#sort), your queries may look a little different. In that case, please consult the documentation of that API.

## Custom Fields

Expand Down

0 comments on commit efc63b4

Please sign in to comment.