We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116f19d commit 65e43c9Copy full SHA for 65e43c9
graphql.go
@@ -75,7 +75,7 @@ func Do(p Params) *Result {
75
}
76
77
78
- // notify extensions abput the start of the validation
+ // notify extensions about the start of the validation
79
extErrs, validationFinishFn := handleExtensionsValidationDidStart(&p)
80
if len(extErrs) != 0 {
81
return &Result{
0 commit comments