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:
committed by
Sunny Hirai
parent
7603415e5d
commit
fd8e18b9cf
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user