Fix a small typo

This commit is contained in:
Florian Schulz
2021-04-22 14:25:53 +02:00
committed by GitHub
parent 5244755879
commit 5aa1aaebb3

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.