Skip to content

Commit

Permalink
chore(docs): Typo in GraphQL Typegen doc
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jul 4, 2022
1 parent 68e7dfe commit d20a74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-to/local-development/graphql-typegen.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ For this example to work you'll have to have a `title` inside your `siteMetadata
<p>Site title: {data.site?.siteMetadata?.title}</p>
```

### Configuration the gatsby-config option
### Configuring the gatsby-config option

Instead of setting a boolean value for the `graphqlTypegen` option in `gatsby-config` you can also set an object to configure it. See all details in the [gatsby-config documentation](/docs/reference/config-files/gatsby-config/#graphqltypegen).

Expand Down

0 comments on commit d20a74b

Please sign in to comment.