Merge pull request #850 from MarSoft/patch-1

Fix typo in docs
This commit is contained in:
Syrus Akbary 2018-10-26 19:16:03 +02:00 committed by GitHub
commit 7cfc3ffe67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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``.