From c8d19412dd49c6cba117e513c98caa22ef384207 Mon Sep 17 00:00:00 2001 From: Luckner Date: Fri, 4 Dec 2020 14:15:37 +0000 Subject: [PATCH] Fix typo in Introducing JSX snippet (#3417) (#3418) --- content/docs/introducing-jsx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/introducing-jsx.md b/content/docs/introducing-jsx.md index 8b9aef36..535f18b5 100644 --- a/content/docs/introducing-jsx.md +++ b/content/docs/introducing-jsx.md @@ -92,7 +92,7 @@ function getGreeting(user) { You may use quotes to specify string literals as attributes: ```js -const element =
; +const element =
; ``` You may also use curly braces to embed a JavaScript expression in an attribute: