Skip to content

Commit daf0d17

Browse files
GaneshPandeyekampf
authored andcommitted
fix type on docs (#939)
1 parent d0cfee5 commit daf0d17

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
@@ -16,7 +16,7 @@ Resolve arguments
1616

1717
Middlewares ``resolve`` is invoked with several arguments:
1818

19-
- ``next`` represents the execution chain. Call ``next`` to continue evalution.
19+
- ``next`` represents the execution chain. Call ``next`` to continue evaluation.
2020
- ``root`` is the root value object passed throughout the query.
2121
- ``info`` is the resolver info.
2222
- ``args`` is the dict of arguments passed to the field.

0 commit comments

Comments
 (0)