From a1be70204e08ff9d7218ee68251795036a2dadc5 Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Sat, 16 Jan 2021 13:12:08 +0900 Subject: [PATCH] Fix typo (#3976) --- packages/slate/src/interfaces/node.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) &&