Skip to content

Commit

Permalink
updated typo (#3697)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfftdammitchris authored Jan 10, 2023
1 parent 803a33e commit 9d655d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical/src/LexicalNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ export class LexicalNode {
if (latest === null) {
invariant(
false,
'Lexical node does not exist in active editor state. Avoid using the same node references between nested closures from editor.read/editor.update.',
'Lexical node does not exist in active editor state. Avoid using the same node references between nested closures from editorState.read/editor.update.',
);
}
return latest;
Expand Down

2 comments on commit 9d655d8

@vercel
Copy link

@vercel vercel bot commented on 9d655d8 Jan 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical – ./packages/lexical-website

lexical-fbopensource.vercel.app
lexicaljs.com
www.lexical.dev
lexical-git-main-fbopensource.vercel.app
lexical.dev
lexicaljs.org

@vercel
Copy link

@vercel vercel bot commented on 9d655d8 Jan 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical-playground – ./packages/lexical-playground

lexical-playground.vercel.app
lexical-playground-git-main-fbopensource.vercel.app
lexical-playground-fbopensource.vercel.app
playground.lexical.dev

Please sign in to comment.