Skip to content

Commit

Permalink
Fix wrong 'Transforms' name. (#5065)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeekerandLo authored Jul 28, 2022
1 parent b440fc7 commit f273647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/04-transforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
{
Expand Down

0 comments on commit f273647

Please sign in to comment.