[Docs] Fix typos + add context in Step 1-06 and 2-01 READMEs (#65)

* Update docs in Step 1-06

* Fix broken link in Step 2-01

* Add more context to Step 2-01 demo docs
This commit is contained in:
Ronald Martin
2019-03-04 14:26:42 -08:00
committed by Kenneth Chau
parent 44682dac81
commit cbecd133ac
2 changed files with 6 additions and 6 deletions

View File

@@ -122,4 +122,4 @@ With those two pieces in place, we can update our uncontrolled input to being co
<input value={this.state.labelInput} onChange={this._onChange} className="textfield" placeholder="add todo" />
```
> If you have React Dev Tools installed, open them up and take a look at labelInput as we type in the input.
> If you have React Dev Tools installed, open them up and take a look at `labelInput` as we type in the input.