From cf3ea7e624e8a2c97f2c22f5c5735c3fd2e62f56 Mon Sep 17 00:00:00 2001 From: Daniel Mantei <7349533+diversable@users.noreply.github.com> Date: Sun, 10 Dec 2023 11:16:34 -0800 Subject: [PATCH] Fix TOML syntax for helix editor (#12) --- src/getting_started/leptos_dx.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/getting_started/leptos_dx.md b/src/getting_started/leptos_dx.md index 39d799e..24f4962 100644 --- a/src/getting_started/leptos_dx.md +++ b/src/getting_started/leptos_dx.md @@ -60,9 +60,7 @@ config = { procMacro = { ignored = # Optional: # "component", "server" - ] - } -} } + ] } } } ``` ```admonish info