fixed typo

This commit is contained in:
Charles Haro 2017-02-06 17:19:02 -08:00 committed by GitHub
parent b9d3abee31
commit 0ed4050bb6

View File

@ -33,7 +33,7 @@ subclass of ``relay.ClientIDMutation``.
Accepting Files
-------------
Mutations can also accept files, they will be in the context varibale
Mutations can also accept files, they will be in the context variable.
.. code:: python
@ -52,4 +52,4 @@ Mutations can also accept files, they will be in the context varibale
# do something with files
return UploadFile(success=True)
return UploadFile(success=True)