Browse Source

Merge pull request #714 from wlwl2/patch-1

Update faq-build.md
main
Alex Krolick 7 years ago
committed by GitHub
parent
commit
eb60d5a887
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/docs/faq-build.md

8
content/docs/faq-build.md

@ -22,3 +22,11 @@ No! Check out ["React Without ES6"](/docs/react-without-es6.html) to learn more.
Hello, {name}!
</div>
```
```jsx
<div>
{/* It also works
for multi-line comments. */}
Hello, {name}!
</div>
```

Loading…
Cancel
Save