Browse Source

Update faq-build.md

main
William Lim (林良) 7 years ago
committed by GitHub
parent
commit
8c797096e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      content/docs/faq-build.md

4
content/docs/faq-build.md

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

Loading…
Cancel
Save