mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix preposition capitalization
This commit is contained in:
committed by
Paul O’Shannessy
parent
a8aa901e1b
commit
76b2e87173
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user