Merge pull request #295 from getflourish/patch-1

Fix a small typo
This commit is contained in:
Kevin Jahns
2021-05-14 01:04:11 +02:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ Each item in a Yjs list is made up of two objects:
- An `Item` (*src/structs/Item.js*). This is used to relate the item to other
adjacent items.
- An object in the `AbstractType` heirachy (subclasses of
- An object in the `AbstractType` hierarchy (subclasses of
*src/types/AbstractType.js* - eg `YText`). This stores the actual content in
the Yjs document.