Skip to content

Commit

Permalink
Grammar Issue - Repeated Word (#6643)
Browse files Browse the repository at this point in the history
  • Loading branch information
DocAdam authored Sep 18, 2024
1 parent da405bb commit 8fb96f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-website/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Node Transforms and Command Listeners are called with an implicit `editor.update

It is permitted to do nested updates, or nested reads, but an update should not be nested in a read
or vice versa. For example, `editor.update(() => editor.update(() => {...}))` is allowed. It is permitted
to nest nest an `editor.read` at the end of an `editor.update`, but this will immediately flush the update
to nest an `editor.read` at the end of an `editor.update`, but this will immediately flush the update
and any additional update in that callback will throw an error.

All Lexical Nodes are dependent on the associated Editor State. With few exceptions, you should only call methods
Expand Down

0 comments on commit 8fb96f9

Please sign in to comment.