Skip to content

Commit dfece7f

Browse files
authored
Merge pull request #1437 from timgates42/bugfix_typos
2 parents 72c2fd5 + 8589aae commit dfece7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

UPGRADE-v1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class Query(ObjectType):
153153
```
154154

155155
Also, if you wanted to create an `ObjectType` that implements `Node`, you have to do it
156-
explicity.
156+
explicitly.
157157

158158
## Django
159159

UPGRADE-v2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def resolve_my_field(root, info, my_arg):
123123
return ...
124124
```
125125

126-
**PS.: Take care with receiving args like `my_arg` as above. This doesn't work for optional (non-required) arguments as stantard `Connection`'s arguments (first, last, after, before).**
126+
**PS.: Take care with receiving args like `my_arg` as above. This doesn't work for optional (non-required) arguments as standard `Connection`'s arguments (first, last, after, before).**
127127
You may need something like this:
128128

129129
```python

docs/execution/fileuploading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ File uploading
44
File uploading is not part of the official GraphQL spec yet and is not natively
55
implemented in Graphene.
66

7-
If your server needs to support file uploading then you can use the libary: `graphene-file-upload <https://github.com/lmcgartland/graphene-file-upload>`_ which enhances Graphene to add file
7+
If your server needs to support file uploading then you can use the library: `graphene-file-upload <https://github.com/lmcgartland/graphene-file-upload>`_ which enhances Graphene to add file
88
uploads and conforms to the unoffical GraphQL `multipart request spec <https://github.com/jaydenseric/graphql-multipart-request-spec>`_.

0 commit comments

Comments
 (0)