Skip to content

Commit

Permalink
移除冗言
Browse files Browse the repository at this point in the history
  • Loading branch information
lolikung committed Apr 16, 2017
1 parent 0714e95 commit 8661d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ch03/react-jsx-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ React.createElement(
)
```

解析前(特別注意在 JSX 中使用 JavaScript 表達式時使用 `{}` 括起,如下方範例的 `text`,裡面對應的是變數。若需希望放置一般文字,請加上 `''`):
解析前(特別注意在 JSX 中使用 JavaScript 表達式時使用 `{}` 括起,如下方範例的 `text`,裡面對應的是變數。若需放置一般文字,請加上 `''`):

```js
var text = 'Hello React';
Expand Down

0 comments on commit 8661d86

Please sign in to comment.