mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
[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:
committed by
Kenneth Chau
parent
44682dac81
commit
cbecd133ac
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user