Skip to content

Commit

Permalink
Merge pull request #18 from Flamenco/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
dmonad authored Mar 2, 2022
2 parents 399cfd0 + 8bcd63f commit e7da0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import * as Y from 'yjs'
* with SyncStep2 when it receives SyncStep1. Optionally the server may send a SyncDone after it received SyncStep2, so the
* client knows that the sync is finished. There are two reasons for this more elaborated sync model: 1. This protocol can
* easily be implemented on top of http and websockets. 2. The server should only reply to requests, and not initiate them.
* Therefore it is necesarry that the client initiates the sync.
* Therefore it is necessary that the client initiates the sync.
*
* Construction of a message:
* [messageType : varUint, message definition..]
Expand Down

0 comments on commit e7da0a1

Please sign in to comment.