Skip to content

Commit de1b227

Browse files
committed
修复一处拼写错误。
1 parent f3dc280 commit de1b227

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/lang/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ exports.content = {
7979
, pref_choice_mode_multiple: 'Multiple choices'
8080
, pref_choice_mode_single: 'Single choice'
8181
, pref_tab_advanced: 'Advanced'
82-
, pref_tab_custom_cmd: 'Custom comand'
82+
, pref_tab_custom_cmd: 'Custom commands'
8383
, pref_tab_general: 'General'
8484
, pref_tab_usage_data_title: 'Make SwitchHosts! better!'
8585
, pref_tab_usage_data_desc: 'Would you like to help us improve SwitchHosts! by periodically submitting anonymous usage data?'

app/ui/bundle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
exports.version = [3,3,6,5286];
1+
exports.version = [3,3,6,5287];

0 commit comments

Comments
 (0)