]> cat aescling's git repositories - mastodon.git/commitdiff
typo in comment
authorOndřej Hruška <ondra@ondrovo.com>
Wed, 20 Sep 2017 19:28:44 +0000 (21:28 +0200)
committerOndřej Hruška <ondra@ondrovo.com>
Wed, 20 Sep 2017 19:28:44 +0000 (21:28 +0200)
app/javascript/mastodon/actions/compose.js

index 95336cea2e029c4c51b3c4f32afad31b175874d0..b47fbc8ba27008bab2339245448853c60e0c2a7e 100644 (file)
@@ -230,9 +230,9 @@ export function fetchComposeSuggestions(token) {
       });
     };
   } else if (leading === ':') {
-    // mojos
+    // shortcode
     let allShortcodes = Object.keys(emojione.emojioneList);
-    // TODO when we have custom emojons merged, add theme to this shortcode list
+    // TODO when we have custom emojons merged, add them to this shortcode list
     return (dispatch) => {
       dispatch(readyComposeSuggestionsTxt(token, allShortcodes.filter((sc) => {
         return sc.indexOf(token) === 0;
This page took 0.025517 seconds and 3 git commands to generate.