Changes in code to correct the spelling of emoji (plural)

This commit is contained in:
Daniel 2016-02-28 23:10:52 -06:00
parent dc05b01ee1
commit c05029d403
18 changed files with 25 additions and 25 deletions

2
client/lib/keyboard.js Normal file → Executable file
View file

@ -88,7 +88,7 @@ Template.keyboardShortcuts.helpers({
action: 'shortcut-autocomplete-members',
}, {
keys: [':'],
action: 'shortcut-autocomplete-emojies',
action: 'shortcut-autocomplete-emoji',
}, {
keys: ['SPACE'],
action: 'shortcut-assign-self',