From 5aa1aaebb3327a06ef825f6aabcde3f8050f379c Mon Sep 17 00:00:00 2001 From: Florian Schulz Date: Thu, 22 Apr 2021 14:25:53 +0200 Subject: [PATCH] Fix a small typo --- INTERNALS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INTERNALS.md b/INTERNALS.md index cf3843af..da96507d 100644 --- a/INTERNALS.md +++ b/INTERNALS.md @@ -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.