Skip to content

Commit 587ce5a

Browse files
Update interfaces.rst
1 parent 52f54f5 commit 587ce5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/interfaces.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ For example, you can define a field ``hero`` that resolves to any
9191
schema = graphene.Schema(query=Query, types=[Human, Droid])
9292
9393
This allows you to directly query for fields that exist on the Character interface
94-
as well as selecting specific fields on any type that implments the interface
94+
as well as selecting specific fields on any type that implements the interface
9595
using `inline fragments <https://graphql.org/learn/queries/#inline-fragments>`_.
9696

9797
For example, the following query:

0 commit comments

Comments
 (0)