Skip to content

Commit efe4b89

Browse files
authored
Merge pull request #1424 from ramonwenger/master
Fix typo in union comments
2 parents 5475a7a + 785fcb3 commit efe4b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/types/union.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Union(UnmountedType, BaseType):
2121
to determine which type is actually used when the field is resolved.
2222
2323
The schema in this example can take a search text and return any of the GraphQL object types
24-
indicated: Human, Droid or Startship.
24+
indicated: Human, Droid or Starship.
2525
2626
Ambiguous return types can be resolved on each ObjectType through ``Meta.possible_types``
2727
attribute or ``is_type_of`` method. Or by implementing ``resolve_type`` class method on the

0 commit comments

Comments
 (0)