diff --git a/packages/lexical/src/LexicalEditor.ts b/packages/lexical/src/LexicalEditor.ts index 9dfc5de5aa5..9990bff346b 100644 --- a/packages/lexical/src/LexicalEditor.ts +++ b/packages/lexical/src/LexicalEditor.ts @@ -1315,7 +1315,7 @@ export class LexicalEditor { * You still must call JSON.stringify (or something else) to turn the * state into a string you can transfer over the wire and store in a database. * - * See {@link LexicalNode#exportJSON} + * See {@link LexicalNode.exportJSON} * * @returns A JSON-serializable javascript object */