Skip to content

Commit 9e70ee7

Browse files
authored
Merge pull request #144 from sww/patch-1
Fixed a typo.
2 parents 4016b62 + 740f616 commit 9e70ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tips.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Given the model
5252
5353
class PetConnection(Connection):
5454
class Meta:
55-
node = PetNone
55+
node = PetNode
5656
5757
5858
class Query(ObjectType):

0 commit comments

Comments
 (0)