Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Jun 25, 2020
1 parent 116f19d commit 65e43c9
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 65e43c9

Please sign in to comment.