diff --git a/src/autocomplete/CommandProvider.js b/src/autocomplete/CommandProvider.js index 56eefc0d35..e33fa7861f 100644 --- a/src/autocomplete/CommandProvider.js +++ b/src/autocomplete/CommandProvider.js @@ -108,7 +108,7 @@ const COMMANDS = [ { command: '/devtools', args: '', - description: _td('Opens the Developer Tools dialog') + description: _td('Opens the Developer Tools dialog'), }, // Omitting `/markdown` as it only seems to apply to OldComposer ];