There was an error while loading. Please reload this page.
1 parent 4cd9869 commit dd014e5Copy full SHA for dd014e5
1 file changed
packages/docs/content/docs/collab/quick-start.md
@@ -56,8 +56,8 @@ const collabAuthority = new CollabAuthority<Transaction<DB>>(
56
}
57
```
58
59
-Next, create two endpoints. One for clients to submit commits on a document and one for
60
-clients to listen for commits on a document.
+Next, create two endpoints. One for clients to submit commits on a document and one for clients to
+listen for commits on a document.
61
62
```ts
63
// Endpoint that clients will use to send commits to the CollabAuthority
0 commit comments