From 8bcd63fe291dce4421e7b56c43d3b0203f501c21 Mon Sep 17 00:00:00 2001 From: Flamenco Date: Sun, 20 Feb 2022 06:35:56 -0500 Subject: [PATCH] Fix typo --- sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.js b/sync.js index ce9dd39..590c139 100644 --- a/sync.js +++ b/sync.js @@ -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..]