From ca02095806927cd37bbcbe54d98d01c8a67bffb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D0=BC=D1=91=D0=BD=20=D0=9C=D0=B0=D1=80=D1=8C?= =?UTF-8?q?=D1=8F=D1=81=D0=B8=D0=BD?= Date: Mon, 22 Oct 2018 16:19:55 +0300 Subject: [PATCH] Fix typo in docs --- docs/types/objecttypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types/objecttypes.rst b/docs/types/objecttypes.rst index 69c8c08a..fb23dcfc 100644 --- a/docs/types/objecttypes.rst +++ b/docs/types/objecttypes.rst @@ -47,7 +47,7 @@ Resolvers --------- A resolver is a method that resolves certain fields within a -``ObjectType``. If not specififed otherwise, the resolver of a +``ObjectType``. If not specified otherwise, the resolver of a field is the ``resolve_{field_name}`` method on the ``ObjectType``. By default resolvers take the arguments ``info`` and ``*args``.