Skip to content

Commit 17f6a45

Browse files
Update unions.rst
1 parent f5321d6 commit 17f6a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/unions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ to specify any common fields between the types.
77
The basics:
88

99
- Each Union is a Python class that inherits from ``graphene.Union``.
10-
- Unions don't have any fields on it, just links to the possible objecttypes.
10+
- Unions don't have any fields on it, just links to the possible ObjectTypes.
1111

1212
Quick example
1313
-------------

0 commit comments

Comments
 (0)