1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-13 02:34:05 +02:00

Fix typo in commands.md (#2791)

* Adding Guilded to Products list

* Fixing typo

* Fixing typo
This commit is contained in:
Ralph Feltis
2019-05-16 16:25:49 -07:00
committed by Sunny Hirai
parent 7603415e5d
commit fd8e18b9cf

View File

@@ -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` <br/>
`wraNodeByPath(path: List, parent: Node) => Editor` <br/>
`wrapNodeByKey(key: String, parent: Node) => Editor` <br/>
`wrapNodeByPath(path: List, parent: Node) => Editor` <br/>
Wrap the node with the specified key with the parent [`Node`](./node.md). This will clear all children of the parent.