Skip to content

Commit

Permalink
Merge pull request trazyn#118 from gaoyaoxin/master
Browse files Browse the repository at this point in the history
typo fixed: "someting" to "something"
  • Loading branch information
衣带渐宽人渐悔 authored Apr 18, 2018
2 parents f40a358 + bd29b54 commit 998c670
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/js/components/MessageInput/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default class MessageInput extends Component {
id="messageInput"
onPaste={e => this.handlePaste(e)}
onKeyPress={e => this.handleEnter(e)}
placeholder="Type someting to send..."
placeholder="Type something to send..."
readOnly={!canisend}
ref="input"
type="text" />
Expand Down
2 changes: 1 addition & 1 deletion src/js/pages/Footer/Contacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default class Filter extends Component {
<div className={classes.contacts}>
<input
onInput={e => this.doFilter(e.target.value)}
placeholder="Type someting to search..."
placeholder="Type something to search..."
ref="filter"
type="text" />

Expand Down
2 changes: 1 addition & 1 deletion src/js/pages/Members/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default class Members extends Component {
id="messageInput"
maxLength={30}
onInput={e => this.props.search(e.target.value)}
placeholder="Type someting to search..."
placeholder="Type something to search..."
ref="input"
type="text" />
</div>
Expand Down

0 comments on commit 998c670

Please sign in to comment.