Skip to content

Commit

Permalink
Merge pull request #551 from koron/fix-typo
Browse files Browse the repository at this point in the history
fix a typo in comment
  • Loading branch information
chris-ramon authored Jun 25, 2020
2 parents 116f19d + 65e43c9 commit 9441c49
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 9441c49

Please sign in to comment.