Browse Source

Fix preposition capitalization

main
Ben Alpert 11 years ago
parent
commit
3ab4c340bb
  1. 4
      docs/07.1-more-about-refs.md

4
docs/07.1-more-about-refs.md

@ -26,7 +26,7 @@ Consider the case when you wish to tell an `<input />` element (that exists with
return ( return (
<div> <div>
<div onClick={this.clearAndFocusInput}> <div onClick={this.clearAndFocusInput}>
Click To Focus and Reset Click to Focus and Reset
</div> </div>
<input <input
value={this.state.userInput} value={this.state.userInput}
@ -102,7 +102,7 @@ It's as simple as:
return ( return (
<div> <div>
<div onClick={this.clearAndFocusInput}> <div onClick={this.clearAndFocusInput}>
Click To Focus and Reset Click to Focus and Reset
</div> </div>
<input <input
ref="theInput" ref="theInput"

Loading…
Cancel
Save