Skip to content

Commit

Permalink
fix(docs): Fix typo (gatsbyjs#14508)
Browse files Browse the repository at this point in the history
Fix a typo in docs: `gatbsy` to `gatsby`
  • Loading branch information
Chalarangelo authored and pieh committed Jun 3, 2019
1 parent 033cf33 commit 6c56a20
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 @@ -381,7 +381,7 @@ type AuthorJson implements Node {
}
```

You simply provide a `@link` directive on a field and Gatbsy will internally
You simply provide a `@link` directive on a field and Gatsby will internally
add a resolver that is quite similar to the one we wrote manually above. If no
argument is provided, Gatsby will use the `id` field as the foreign-key,
otherwise the foreign-key has to be provided with the `by` argument. The
Expand Down

0 comments on commit 6c56a20

Please sign in to comment.