]> cat aescling's git repositories - mastodon.git/commitdiff
Fix only typo (#3035)
authorPaul <naydex.mc+github@gmail.com>
Sun, 14 May 2017 10:58:50 +0000 (10:58 +0000)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 14 May 2017 10:58:50 +0000 (12:58 +0200)
app/javascript/mastodon/components/autosuggest_textarea.js

index 61e101f29f1ecaede96671a29421a5563c0b7887..869ecad6b0247b0e3980e7a1c68704b31e7c8240 100644 (file)
@@ -48,7 +48,7 @@ class AutosuggestTextarea extends ImmutablePureComponent {
   };
 
   static defaultProps = {
-    autoFucus: true
+    autoFocus: true
   };
 
   constructor (props, context) {