Skip to content

Commit

Permalink
Merge branch 'master' into error-extends-easier
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfuze authored Jun 30, 2020
2 parents a83a349 + 9441c49 commit 01213ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 01213ee

Please sign in to comment.