Browse Source

Fix only typo (#3035)

closed-social-v3
Paul 7 years ago
committed by Eugen Rochko
parent
commit
bc1a91f4cd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/mastodon/components/autosuggest_textarea.js

+ 1
- 1
app/javascript/mastodon/components/autosuggest_textarea.js View File

@ -48,7 +48,7 @@ class AutosuggestTextarea extends ImmutablePureComponent {
};
static defaultProps = {
autoFucus: true
autoFocus: true
};
constructor (props, context) {

Loading…
Cancel
Save