From 65e43c9767bf1f2b90ffca39c63ef90ea67554c1 Mon Sep 17 00:00:00 2001 From: MURAOKA Taro Date: Fri, 26 Jun 2020 02:11:09 +0900 Subject: [PATCH] fix a typo --- graphql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql.go b/graphql.go index c27a5dbc..2b1f6a29 100644 --- a/graphql.go +++ b/graphql.go @@ -75,7 +75,7 @@ func Do(p Params) *Result { } } - // notify extensions abput the start of the validation + // notify extensions about the start of the validation extErrs, validationFinishFn := handleExtensionsValidationDidStart(&p) if len(extErrs) != 0 { return &Result{