Merge pull request #612 from MentalGear/patch-1

docs: fix typo
This commit is contained in:
Kevin Jahns 2024-02-25 10:31:20 +01:00 committed by GitHub
commit a9dc72fcc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -882,7 +882,7 @@ ydoc2.getText().toString() // => "00000000000"
#### Using V2 update format
Yjs implements two update formats. By default you are using the V1 update format.
You can opt-in into the V2 update format wich provides much better compression.
You can opt-in into the V2 update format which provides much better compression.
It is not yet used by all providers. However, you can already use it if
you are building your own provider. All below functions are available with the
suffix "V2". E.g. `Y.applyUpdate``Y.applyUpdateV2`. Also when listening to updates