Skip to content

Commit 65e43c9

Browse files
committed
fix a typo
1 parent 116f19d commit 65e43c9

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)