From 11fd15c164421d818656489c4e4e189217f35fcb Mon Sep 17 00:00:00 2001 From: GaneshPandey Date: Tue, 9 Apr 2019 13:18:49 +0545 Subject: [PATCH] fix type on docs --- docs/execution/middleware.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/execution/middleware.rst b/docs/execution/middleware.rst index f7dac708..ad109e44 100644 --- a/docs/execution/middleware.rst +++ b/docs/execution/middleware.rst @@ -16,7 +16,7 @@ Resolve arguments Middlewares ``resolve`` is invoked with several arguments: -- ``next`` represents the execution chain. Call ``next`` to continue evalution. +- ``next`` represents the execution chain. Call ``next`` to continue evaluation. - ``root`` is the root value object passed throughout the query. - ``info`` is the resolver info. - ``args`` is the dict of arguments passed to the field.