diff --git a/content/docs/introducing-jsx.md b/content/docs/introducing-jsx.md index 535f18b5..b35ba736 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 = link ; ``` You may also use curly braces to embed a JavaScript expression in an attribute: