Skip to content

Commit 93fc03d

Browse files
committed
Fix doc typo
1 parent f22504c commit 93fc03d

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
@@ -52,7 +52,7 @@ field is the ``resolve_{field_name}`` method on the ``ObjectType``.
5252

5353
By default resolvers take the arguments ``args``, ``context`` and ``info``.
5454

55-
NOTE: The resolvers on a ``ObjectType`` are always treated as ``staticmethod``s,
55+
NOTE: The resolvers on a ``ObjectType`` are always treated as ``staticmethods``,
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)