Skip to content

Commit ca02095

Browse files
authored
Fix typo in docs
1 parent 705cad7 commit ca02095

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)