mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-21 13:51:59 +02:00
Fix wrong 'Transforms' name. (#5065)
This commit is contained in:
parent
b440fc7577
commit
f273647984
@ -215,7 +215,7 @@ Using `match` can make representing complex logic a lot simpler.
|
||||
For example, consider wanting to add a bold mark to any text nodes that aren't already italic:
|
||||
|
||||
```js
|
||||
Transform.setNodes(
|
||||
Transforms.setNodes(
|
||||
editor,
|
||||
{ bold: true },
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user