Skip to content

Commit

Permalink
Fix "Babel, JSX, and Build Steps"
Browse files Browse the repository at this point in the history
  • Loading branch information
avevlad committed Feb 10, 2019
1 parent 0cad4c8 commit 83c3235
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/faq-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ category: FAQ

```jsx
<div>
{/* Комментарий пишется здесь */}
{/* Это комментарий */}
Привет, {name}!
</div>
```

```jsx
<div>
{/* Это работает и для
многострочных комментариев. */}
{/* А это
многострочный комментарий. */}
Привет, {name}!
</div>
```

0 comments on commit 83c3235

Please sign in to comment.