diff --git a/packages/slate/src/interfaces/node.ts b/packages/slate/src/interfaces/node.ts index 91c32b917..a43ddcd58 100755 --- a/packages/slate/src/interfaces/node.ts +++ b/packages/slate/src/interfaces/node.ts @@ -488,7 +488,7 @@ export const Node: NodeInterface = { yield [n, p] } - // If we're allowed to go downward and we haven't decsended yet, do. + // If we're allowed to go downward and we haven't descended yet, do. if ( !visited.has(n) && !Text.isText(n) &&