Skip to content

Commit 9441c49

Browse files
authored
Merge pull request #551 from koron/fix-typo
fix a typo in comment
2 parents 116f19d + 65e43c9 commit 9441c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func Do(p Params) *Result {
7575
}
7676
}
7777

78-
// notify extensions abput the start of the validation
78+
// notify extensions about the start of the validation
7979
extErrs, validationFinishFn := handleExtensionsValidationDidStart(&p)
8080
if len(extErrs) != 0 {
8181
return &Result{

0 commit comments

Comments
 (0)