From 9b33d6f5b9ba96221a34492671a328b38eb8e642 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:13:04 -0700 Subject: [PATCH] Update documentation/docs/02-template-syntax/02-basic-markup.md --- documentation/docs/02-template-syntax/02-basic-markup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/02-template-syntax/02-basic-markup.md b/documentation/docs/02-template-syntax/02-basic-markup.md index 31cf552536..96543a093c 100644 --- a/documentation/docs/02-template-syntax/02-basic-markup.md +++ b/documentation/docs/02-template-syntax/02-basic-markup.md @@ -109,7 +109,7 @@ An element or component can have multiple spread attributes, interspersed with r {expression} ``` -Curly braces can be included by using their [HTML entity](https://developer.mozilla.org/docs/Glossary/Entity) strings. +Curly braces can be included by using their [HTML entity](https://developer.mozilla.org/docs/Glossary/Entity) strings: `{`, `{`, or `{` for `{` and `}`, `}`, or `}` for `}`. ```svelte
{ in curly braces { { in curly braces } or { in curly braces }