Skip to content

Commit 52f54f5

Browse files
Update objecttypes.rst
1 parent 95cfff8 commit 52f54f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/types/objecttypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ The above ``Person`` ObjectType has the following schema representation:
4646
Resolvers
4747
---------
4848

49-
A resolver is a method that resolves certain fields within a
49+
A resolver is a method that resolves certain fields within an
5050
``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``.
5454

55-
NOTE: The resolvers on a ``ObjectType`` are always treated as ``staticmethod``\ s,
55+
NOTE: The resolvers on an ``ObjectType`` are always treated as ``staticmethod``\ s,
5656
so the first argument to the resolver method ``self`` (or ``root``) need
5757
not be an actual instance of the ``ObjectType``.
5858

0 commit comments

Comments
 (0)