diff --git a/docs/reference/slate/commands.md b/docs/reference/slate/commands.md index c25f7e96f..cf1a748ee 100644 --- a/docs/reference/slate/commands.md +++ b/docs/reference/slate/commands.md @@ -538,8 +538,8 @@ Wrap the given node in a [`Inline`](./inline.md) node that match `properties`. F ### `wrapNodeByKey/Path` -`wraNodeByKey(key: String, parent: Node) => Editor`
-`wraNodeByPath(path: List, parent: Node) => Editor`
+`wrapNodeByKey(key: String, parent: Node) => Editor`
+`wrapNodeByPath(path: List, parent: Node) => Editor`
Wrap the node with the specified key with the parent [`Node`](./node.md). This will clear all children of the parent.