Skip to content

Commit

Permalink
Fix typo in "Extensions and directives" section in schema-cust… (#19625)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisflude authored and sidharthachatterjee committed Nov 19, 2019
1 parent 3c559c9 commit 26c1b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/schema-customization.md
Expand Up @@ -415,7 +415,7 @@ To add an extension to a field you can either use a directive in SDL, or the
`extensions` property when using Gatsby Type Builders:

```js:title=gatsby-node.js
exports.createSchemaCustomization = ({ action, schema }) => {
exports.createSchemaCustomization = ({ actions, schema }) => {
const { createTypes } = actions
const typeDefs = [
"type MarkdownRemark implements Node { frontmatter: Frontmatter }",
Expand Down

0 comments on commit 26c1b65

Please sign in to comment.