Skip to content

Commit 7cfc3ff

Browse files
authored
Merge pull request #850 from MarSoft/patch-1
Fix typo in docs
2 parents 83a5587 + ca02095 commit 7cfc3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/objecttypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Resolvers
4747
---------
4848

4949
A resolver is a method that resolves certain fields within a
50-
``ObjectType``. If not specififed otherwise, the resolver of a
50+
``ObjectType``. If not specified otherwise, the resolver of a
5151
field is the ``resolve_{field_name}`` method on the ``ObjectType``.
5252

5353
By default resolvers take the arguments ``info`` and ``*args``.

0 commit comments

Comments
 (0)