Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Remove spell check dictionary switcher verbiage #218

Merged
merged 1 commit into from
Jul 9, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions content/using-atom/sections/writing-in-atom.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ To add more types of files to the list of what Atom will try to spell check, go

The default grammars to spell check are `text.plain, source.gfm, text.git-commit` but you can add something like `source.asciidoc` if you wish to check those types of files too.

The Atom spell checker uses the system dictionary, so if you want it to check your spelling in another language or locale, you can change it easily.

![Changing your spell checking dictionary](../../images/dictionary.png)

The spell checking is implemented in the [atom/spell-check](https://github.com/atom/spell-check) package.

==== Previews
Expand Down