Skip to content

Commit 921d566

Browse files
committed
Fix spelling
Replicates graphql/graphql-js@735b43d
1 parent d82cc32 commit 921d566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utilities/test_build_client_schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def builds_a_schema_with_field_arguments():
327327
328328
"""A field with a two args"""
329329
two(
330-
"""This is an list of int arg"""
330+
"""This is a list of int arg"""
331331
listArg: [Int]
332332
333333
"""This is a required arg"""

0 commit comments

Comments
 (0)