Skip to content

Commit

Permalink
Merge pull request #612 from MentalGear/patch-1
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
dmonad committed Feb 25, 2024
2 parents 90a90ab + 009f6ab commit a9dc72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit a9dc72f

Please sign in to comment.