From 74d3a14ea848be56babaa5cd2c3b2d7860a23e8a Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 5 Nov 2024 11:36:31 -0800 Subject: [PATCH] Update packages/lexical-website/docs/concepts/serialization.md --- packages/lexical-website/docs/concepts/serialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lexical-website/docs/concepts/serialization.md b/packages/lexical-website/docs/concepts/serialization.md index 9fa5576acfc..90eaf313fe3 100644 --- a/packages/lexical-website/docs/concepts/serialization.md +++ b/packages/lexical-website/docs/concepts/serialization.md @@ -462,7 +462,7 @@ type HTMLConfig = { }; ``` -#### Example of a use case for the `html` Property for Import and Export Configurationl: +#### Example of a use case for the `html` Property for Import and Export Configuration: [Rich text sandbox](https://stackblitz.com/github/facebook/lexical/tree/main/examples/react-rich?embed=1&file=src%2FApp.tsx&terminalHeight=0&ctl=1&showSidebar=0&devtoolsheight=0&view=preview)