From 48721520bdb9fa28f19e6940c67fd6e1f6396813 Mon Sep 17 00:00:00 2001 From: keke Date: Sun, 8 Mar 2020 21:36:11 +0800 Subject: [PATCH] docs: fix self-closing tag (#4524) --- site/content/docs/03-run-time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/03-run-time.md b/site/content/docs/03-run-time.md index c75ec694d9..0bbae24185 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -974,7 +974,7 @@ app.count += 1; Svelte components can also be compiled to custom elements (aka web components) using the `customElement: true` compiler option. You should specify a tag name for the component using the `` [element](docs#svelte_options). ```html - +