Skip to content

Commit 94e4687

Browse files
committed
Settings: Fix typos and wording in settings hints
1 parent a3da14d commit 94e4687

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package/Sublime Text Settings/Preferences.sublime-settings-hints

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
// A list of valid spell checker words added by the user.
33
"added_words": [],
44

5-
// Disable auto completion entirely, even when explictly requested.
5+
// Disable auto completion entirely, even when explicitly requested.
66
// Added in 405x.
77
"auto_complete_disabled": false,
88

99
// Disable auto completions from (all third-party) plugins entirely,
10-
// even when explictly requested. Mainly for plugin developers for testing.
10+
// even when explicitly requested. Mainly for plugin developers for testing.
1111
// Added in 4057.
1212
"auto_complete_enable_plugins": true,
1313

@@ -26,8 +26,8 @@
2626
"default_extension": "",
2727

2828
// Disable python 3.3 plugin host.
29-
// All plugins plugins are executed on latest available plugin host, instead.
30-
// With this setting set true, `.python-version` files are ignored.
29+
// All plugins are executed on latest available plugin host instead.
30+
// With this setting set to true, `.python-version` files are ignored.
3131
// Added in 4193.
3232
"disable_plugin_host_3.3": false,
3333

0 commit comments

Comments
 (0)