Skip to content

Commit 740f616

Browse files
authored
Fixed a typo.
1 parent 4016b62 commit 740f616

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)