From 80ebe644b0286a466beea67f6a76c910b083b8fd Mon Sep 17 00:00:00 2001 From: Mark Tully <1256203+tul@users.noreply.github.com> Date: Fri, 10 May 2019 22:53:45 +0100 Subject: [PATCH] Fix typo --- docs/content/reference/resolvers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/reference/resolvers.md b/docs/content/reference/resolvers.md index ffac1046be6..6760e59245c 100644 --- a/docs/content/reference/resolvers.md +++ b/docs/content/reference/resolvers.md @@ -38,7 +38,7 @@ models: model: github.com/my/app/models.Car ``` -In this case, each filed in the graphQL type will be bound to the respective field on the go struct +In this case, each field in the graphQL type will be bound to the respective field on the go struct ignoring the case of the fields @@ -224,4 +224,4 @@ models: ## Binding Priority If a ```struct_tags``` config exists, then struct tag binding has the highest priority over all other types of binding. -In all other cases, the first Go struct field found that matches the graphQL type field will be the field that is bound. \ No newline at end of file +In all other cases, the first Go struct field found that matches the graphQL type field will be the field that is bound.