Fix preposition capitalization

This commit is contained in:
Ben Alpert
2014-04-14 16:28:46 -07:00
parent 004db11878
commit 3ab4c340bb

View File

@@ -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}
@@ -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"