Skip to content

Commit

Permalink
Merge pull request #704 from tul/doc-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
vektah authored May 11, 2019
2 parents 0bd9080 + 80ebe64 commit e2ac848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/reference/resolvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -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.
In all other cases, the first Go struct field found that matches the graphQL type field will be the field that is bound.

0 comments on commit e2ac848

Please sign in to comment.