From 9f3bc0a4dace22ce3b974270214c4443a80151cd Mon Sep 17 00:00:00 2001 From: Marcus Wood Date: Tue, 18 Aug 2020 18:21:41 -0400 Subject: [PATCH] Fix typo (#3827) --- 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 ec92fd88b..ab5794d99 100755 --- a/packages/slate/src/interfaces/node.ts +++ b/packages/slate/src/interfaces/node.ts @@ -292,7 +292,7 @@ export const Node = { }, /** - * Get the lash node entry in a root node from a path. + * Get the last node entry in a root node from a path. */ last(root: Node, path: Path): NodeEntry {