Skip to content

Commit 8661d86

Browse files
committed
移除冗言
1 parent 0714e95 commit 8661d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ch03/react-jsx-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ React.createElement(
171171
)
172172
```
173173

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

176176
```js
177177
var text = 'Hello React';

0 commit comments

Comments
 (0)