From fd8e18b9cf5662e374e246a98ee62d544bd59446 Mon Sep 17 00:00:00 2001 From: Ralph Feltis Date: Thu, 16 May 2019 16:25:49 -0700 Subject: [PATCH] Fix typo in commands.md (#2791) * Adding Guilded to Products list * Fixing typo * Fixing typo --- docs/reference/slate/commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.