From 6c56a20e52d46a67a8fa4652d6845200586e0c93 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 3 Jun 2019 11:57:26 +0300 Subject: [PATCH] fix(docs): Fix typo (#14508) Fix a typo in docs: `gatbsy` to `gatsby` --- docs/docs/schema-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/schema-customization.md b/docs/docs/schema-customization.md index 86f1676651c4c..7092f7eb3d260 100644 --- a/docs/docs/schema-customization.md +++ b/docs/docs/schema-customization.md @@ -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