From 078ac1c25982ebfe59a39cf97df212d3a54a2011 Mon Sep 17 00:00:00 2001 From: Weiran Ye Date: Mon, 19 Feb 2024 22:39:30 -0800 Subject: [PATCH] escape start curly brace --- dev-docs/docs/@excalidraw/excalidraw/api/utils/utils-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/docs/@excalidraw/excalidraw/api/utils/utils-intro.md b/dev-docs/docs/@excalidraw/excalidraw/api/utils/utils-intro.md index 974d00d71..676b521e6 100644 --- a/dev-docs/docs/@excalidraw/excalidraw/api/utils/utils-intro.md +++ b/dev-docs/docs/@excalidraw/excalidraw/api/utils/utils-intro.md @@ -15,7 +15,7 @@ If you want to overwrite the `source` field in the `JSON` string, you can set `w **_Signature_**
-serializeAsJSON({
+serializeAsJSON({
   elements: ExcalidrawElement[],
   appState: AppState,
   files: BinaryFiles,