fix: Typo in the collaboration nodes (#5702)

This commit is contained in:
Pranav Bakre
2024-03-12 17:34:34 +05:30
committed by GitHub
parent 8d3764552e
commit 3dda2c569a
4 changed files with 10 additions and 10 deletions

View File

@ -82,16 +82,16 @@
"80": "Create node: Attempted to create node %s that was not configured to be used on the editor.",
"81": "createBinding: doc is null or undefined",
"82": "Expected text, element, or decorator event",
"83": "syncPropertiesFromYjs: cound not find decorator node",
"84": "syncPropertiesAndTextFromYjs: cound not find decorator node",
"83": "syncPropertiesFromYjs: could not find decorator node",
"84": "syncPropertiesAndTextFromYjs: could not find decorator node",
"85": "could not find node by key",
"86": "Expected text, element, decorator, or linebreak node",
"87": "Expected shared type to include type attribute",
"88": "Node %s is not registered",
"89": "Expected parent to be a collab element node",
"90": "getOffset: cound not find collab element node",
"91": "syncPropertiesFromYjs: cound not find element node",
"92": "syncChildrenFromYjs: cound not find element node",
"90": "getOffset: could not find collab element node",
"91": "syncPropertiesFromYjs: could not find element node",
"92": "syncChildrenFromYjs: could not find element node",
"93": "syncChildrenFromYjs: expected text, element, decorator, or linebreak collab node",
"94": "splice: could not find collab element node",
"95": "splice: expected offset to be greater than zero",