You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
[](https://travis-ci.org/atom/spell-check)[](https://ci.appveyor.com/project/Atom/spell-check/branch/master)[](https://david-dm.org/atom/spell-check)
2
3
3
4
Highlights misspelling in Atom and shows possible corrections.
4
5
5
-
Use `cmd+shift+:` to bring up the list of corrections when your cursor is on a
6
-
misspelled word.
6
+
Use <kbd>cmd-shift-:</kbd> to bring up the list of corrections when your cursor is on a misspelled word.
7
7
8
8
By default spell check is enabled for the following files:
9
9
@@ -12,17 +12,10 @@ By default spell check is enabled for the following files:
12
12
* Git Commit Message
13
13
* AsciiDoc
14
14
15
-
You can override this from the _Spell Check_ settings in the Settings view
16
-
(<kbd>cmd+,</kbd>). The Grammars config option is a list of scopes for which the package
17
-
will check for spelling errors.
18
-
19
-
To enable _Spell Check_ for your current file type: put your cursor in the file,
20
-
open the [Command Palette](https://github.com/atom/command-palette)
21
-
(<kbd>cmd+shift+p</kbd>), and run the `Editor: Log Cursor Scope` command. This
22
-
will trigger a notification which will contain a list of scopes. The first scope
23
-
that's listed is the one you should add to the list of scopes in the settings
24
-
for the _Spell Check_ package. Here are some examples: `source.coffee`,
25
-
`text.plain`, `text.html.basic`.
15
+
You can override this from the _Spell Check_ settings in the Settings View (<kbd>cmd-,</kbd>). The Grammars config option is a list of scopes for which the package will check for spelling errors.
16
+
17
+
To enable _Spell Check_ for your current file type: put your cursor in the file, open the [Command Palette](https://github.com/atom/command-palette)
18
+
(<kbd>cmd-shift-p</kbd>), and run the `Editor: Log Cursor Scope` command. This will trigger a notification which will contain a list of scopes. The first scope that's listed is the one you should add to the list of scopes in the settings for the _Spell Check_ package. Here are some examples: `source.coffee`, `text.plain`, `text.html.basic`.
0 commit comments