Skip to content

Commit bd04f99

Browse files
committed
Clearer wording, fix spelling
1 parent 9fee169 commit bd04f99

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
@@ -897,8 +897,8 @@ producing a partial response _without_ propagating errors to conform to
897897
Note: With this error behavior, the client is expected to honour the {"errors"}
898898
in the _response_ and prevent developers from reading a {null} produced by an
899899
error. One approach for clients to to prevent a {null} produced by an error from
900-
being read is to raise an error on the client when the errored response
901-
position's data is accessed.
900+
being read is to raise an error on the client when the data at that error's
901+
_path entry_ is accessed.
902902

903903
**ABORT**
904904

0 commit comments

Comments
 (0)