Browse Source

Doc consistency tweaks

main
Dan Abramov 8 years ago
committed by GitHub
parent
commit
f17b55ce57
  1. 4
      docs/lifting-state-up.md

4
docs/lifting-state-up.md

@ -236,7 +236,7 @@ For example, if we enter 37 into the Celsius input, the state of the `Calculator
```js ```js
{ {
value: '37', value: '37',
scale: 'C' scale: 'c'
} }
``` ```
@ -245,7 +245,7 @@ If we later edit the Fahrenheit field to be 212, the state of the `Calculator` w
```js ```js
{ {
value: '212', value: '212',
scale: 'F' scale: 'f'
} }
``` ```

Loading…
Cancel
Save