From 8c797096e77f6b86a7d7bb8e7115907885cdf4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Lim=20=28=E6=9E=97=E8=89=AF=29?= Date: Thu, 29 Mar 2018 08:08:51 +0800 Subject: [PATCH] Update faq-build.md --- content/docs/faq-build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/faq-build.md b/content/docs/faq-build.md index 4f804d89..79e8f5c2 100644 --- a/content/docs/faq-build.md +++ b/content/docs/faq-build.md @@ -26,7 +26,7 @@ No! Check out ["React Without ES6"](/docs/react-without-es6.html) to learn more. ```jsx
{/* It also works - for multi-line comments. - Hello, {name}! */} + for multi-line comments. */} + Hello, {name}!
```