diff --git a/content/docs/faq-build.md b/content/docs/faq-build.md index c447eadc..8b63c912 100644 --- a/content/docs/faq-build.md +++ b/content/docs/faq-build.md @@ -17,5 +17,8 @@ No! Check out https://reactjs.org/docs/react-without-es6.html ### How can I write comments in JSX? ```jsx - {/* Comment goes here */} +
+ {/* Comment goes here */} + Hello, {name}! +
```