Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit 85371d2

Browse files
authored
Fixed a typo
1 parent f5c1324 commit 85371d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-websockets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ versioned as a whole.
88

99
Live updates are currently only supported through WebSockets. This describes a
1010
subscription mechanism through which clients can be notified in real time of
11-
changes affecting a give resource.
11+
changes affecting a given resource.
1212

1313
The PubSub system is very basic. Clients only need to open a WebSocket
1414
connection and *sub*(scribe) to a given resource URI. If any change occurs in
1515
that resource, a *pub*(lish) event will be sent to all the subscribed clients.
1616

1717
The WebSocket server URI is the same for any resource located on a given data
1818
space (same hostname). To discover the URI of the WebSocket server, clients can
19-
send an HTTP OPTIONS. The server will then include an `Updates-Via` header in
19+
send an HTTP OPTIONS request. The server will then include an `Updates-Via` header in
2020
the response:
2121

2222
REQUEST:

0 commit comments

Comments
 (0)