Skip to content

Commit dd014e5

Browse files
committed
formatted code
1 parent 4cd9869 commit dd014e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/docs/content/docs/collab/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ const collabAuthority = new CollabAuthority<Transaction<DB>>(
5656
}
5757
```
5858
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.
59+
Next, create two endpoints. One for clients to submit commits on a document and one for clients to
60+
listen for commits on a document.
6161
6262
```ts
6363
// Endpoint that clients will use to send commits to the CollabAuthority

0 commit comments

Comments
 (0)