Skip to content

Commit e454097

Browse files
authored
[GraphQL over WS] Few typos (#248)
1 parent 2e538cb commit e454097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rfcs/GraphQLOverWebSocket.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@ _The client and the server has already gone through [successful connection initi
225225
<br>**or**
226226
- _Client_ stops the subscription by dispatching a `Complete` message
227227
- _Server_ receives `Complete` message and completes the source stream
228-
- _Client_ ignores all further messages that it recives with this ID
228+
- _Client_ ignores all further messages that it receives with this ID
229229
<br>**or**
230230
- _Server_ dispatches the `Complete` message indicating that the source stream has completed
231231
- **Simultaneously** _client_ stops the subscription by dispatching a `Complete` message
232-
- _Client_ ignores all further messages that it recives with this ID
232+
- _Client_ ignores all further messages that it receives with this ID
233233
- _Server_ ignores the `Complete` message from the client
234234

235235
### Single result operation

0 commit comments

Comments
 (0)