Skip to content

Commit

Permalink
Fix preposition capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed Apr 14, 2014
1 parent 14580fb commit f27175d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/07.1-more-about-refs.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Consider the case when you wish to tell an `<input />` element (that exists with
return (
<div>
<div onClick={this.clearAndFocusInput}>
Click To Focus and Reset
Click to Focus and Reset
</div>
<input
value={this.state.userInput}
Expand Down Expand Up @@ -102,7 +102,7 @@ It's as simple as:
return (
<div>
<div onClick={this.clearAndFocusInput}>
Click To Focus and Reset
Click to Focus and Reset
</div>
<input
ref="theInput"
Expand Down

0 comments on commit f27175d

Please sign in to comment.