Skip to content

Commit d2aea66

Browse files
authored
docs(README): Fix typos (#218)
1 parent 1107034 commit d2aea66

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ From the command line, use npm (node package manager) to install the plugin:
4040
npm install gatsby-source-sanity gatsby-plugin-image
4141
```
4242

43-
⚠️ Warning: If using Gatsby v4, make sure you've installed version 7.1.0 or higher. The plugin has a dependency on `gatsby-plugin-image` which itself has dependencies. Check [`gatsb-plugin-image` README](https://www.gatsbyjs.com/plugins/gatsby-plugin-image/#installation) for instructions.
43+
⚠️ Warning: If using Gatsby v4, make sure you've installed version 7.1.0 or higher. The plugin has a dependency on `gatsby-plugin-image` which itself has dependencies. Check [`gatsby-plugin-image` README](https://www.gatsbyjs.com/plugins/gatsby-plugin-image/#installation) for instructions.
4444

4545
In the `gatsby-config.js` file in the Gatsby project's root directory, add the plugin configuration inside of the `plugins` section:
4646

@@ -81,15 +81,15 @@ Explore `http://localhost:8000/___graphql` after running `gatsby develop` to und
8181

8282
## Options
8383

84-
| Options | Type | Default | Description |
85-
| --------------- | ------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
86-
| projectId | string | | **[required]** Your Sanity project's ID |
87-
| dataset | string | | **[required]** The dataset to fetch from |
88-
| token | string | | Authentication token for fetching data from private datasets, or when using `overlayDrafts` [Learn more](https://www.sanity.io/docs/http-auth) |
89-
| graphqlTag | string | `default` | If the Sanity GraphQL API was deployed using `--tag <name>`, use this to specify the tag name. |
90-
| overlayDrafts | boolean | `false` | Set to `true` in order for drafts to replace their published version. By default, drafts will be skipped. |
91-
| watchMode | boolean | `false` | Set to `true` to keep a listener open and update with the latest changes in realtime. If you add a `token` you will get all content updates down to each keypress. |
92-
| watchModeBuffer | number | `150` | How many milliseconds to wait on watchMode changes before applying them to Gatsby's GraphQL layer. Introduced in 7.2.0. |
84+
| Options | Type | Default | Description |
85+
| --------------- | ------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
86+
| projectId | string | | **[required]** Your Sanity project's ID |
87+
| dataset | string | | **[required]** The dataset to fetch from |
88+
| token | string | | Authentication token for fetching data from private datasets, or when using `overlayDrafts` [Learn more](https://www.sanity.io/docs/http-auth) |
89+
| graphqlTag | string | `default` | If the Sanity GraphQL API was deployed using `--tag <name>`, use this to specify the tag name. |
90+
| overlayDrafts | boolean | `false` | Set to `true` in order for drafts to replace their published version. By default, drafts will be skipped. |
91+
| watchMode | boolean | `false` | Set to `true` to keep a listener open and update with the latest changes in realtime. If you add a `token` you will get all content updates down to each key press. |
92+
| watchModeBuffer | number | `150` | How many milliseconds to wait on watchMode changes before applying them to Gatsby's GraphQL layer. Introduced in 7.2.0. |
9393

9494
## Preview of unpublished content
9595

0 commit comments

Comments
 (0)