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{