Skip to content

Commit

Permalink
"actions" (#21389)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehowey authored Feb 12, 2020
1 parent 3d5e6e6 commit 2639772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/schema-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ out-of-the-box extension, so resolving a field to a default value (instead of
tag to every blog post:

```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 2639772

Please sign in to comment.