Skip to content

Commit 2fc8b0c

Browse files
committed
Fix incorrect prefix
1 parent 955acd4 commit 2fc8b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ formatted according to the Response section below.
2828

2929
Note: Previous versions of this specification did not define the {onError}
3030
request attribute. Clients can detect support for {onError} by checking for the
31-
{"org.graphql.onError"} capability. If this capability is not present, or if
31+
{"graphql.onError"} capability. If this capability is not present, or if
3232
capabilities themselves are not supported by introspection, then clients should
3333
not include {onError} in the request and must assume the _error behavior_ is
3434
{"PROPAGATE"}.
@@ -946,7 +946,7 @@ Valid values for _error behavior_ are {"NULL"}, {"PROPAGATE"} and {"HALT"}.
946946
:: The _default error behavior_ of a service is implementation-defined. For
947947
compatibility with existing clients, services should default to {"PROPAGATE"}
948948
which reflects prior behavior. <!-- For new services, {"NULL"} is
949-
recommended. --> The default error behavior is indicated via the {"org.graphql.defaultErrorBehavior"}
949+
recommended. --> The default error behavior is indicated via the {"graphql.defaultErrorBehavior"}
950950
_service capability_.
951951

952952
Note: {"HALT"} is not recommended as the _default error behavior_ because it

0 commit comments

Comments
 (0)