Skip to content

Commit e19e229

Browse files
authored
Merge pull request #611 from danpalmer/patch-1
Use more Pythonic terminology here
2 parents e71a521 + 834d52f commit e19e229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/execution/middleware.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Middlewares ``resolve`` is invoked with several arguments:
1919
- ``next`` represents the execution chain. Call ``next`` to continue evalution.
2020
- ``root`` is the root value object passed throughout the query.
2121
- ``info`` is the resolver info.
22-
- ``args`` is the hash of arguments passed to the field.
22+
- ``args`` is the dict of arguments passed to the field.
2323

2424
Example
2525
-------

0 commit comments

Comments
 (0)