Skip to content

Commit 52141f1

Browse files
Yuqing Chenbaxtergu
Yuqing Chen
andauthored
Update content/docs/lifting-state-up.md
Co-Authored-By: baxtergu <baxtergu@gmail.com>
1 parent 7aef517 commit 52141f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/lifting-state-up.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class TemperatureInput extends React.Component {
245245
}
246246
```
247247

248-
如果我们之后修改华氏度的输入框中的内容为212时`Calculator` 组件中的 state 将会是:
248+
如果我们之后修改华氏度的输入框中的内容为 212 时`Calculator` 组件中的 state 将会是:
249249

250250
```js
251251
{

0 commit comments

Comments
 (0)