From 31902e31f2f3e24d80ae0eb6c9f960c4390ddd3d Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 10 Dec 2024 10:19:45 -0800 Subject: [PATCH] use typedoc syntax --- packages/lexical/src/LexicalEditor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */