Skip to content

Commit 0ed4050

Browse files
authored
fixed typo
1 parent b9d3abe commit 0ed4050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/relay/mutations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ subclass of ``relay.ClientIDMutation``.
3333
Accepting Files
3434
-------------
3535

36-
Mutations can also accept files, they will be in the context varibale
36+
Mutations can also accept files, they will be in the context variable.
3737

3838
.. code:: python
3939
@@ -52,4 +52,4 @@ Mutations can also accept files, they will be in the context varibale
5252
5353
# do something with files
5454
55-
return UploadFile(success=True)
55+
return UploadFile(success=True)

0 commit comments

Comments
 (0)