Skip to content
Open
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: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The default interactive mode shows you the context of the spelling mistake and g

```
Spelling - readme.md
shows you the context of the speling mistake and gives you options
shows you the context of the spelling mistake and gives you options
? (Use arrow keys)
Ignore
Add to file ignores
Expand All @@ -78,7 +78,7 @@ Spelling - readme.md
peeling
```

Where `speling` will be highlighted in red.
Where `spelling` will be highlighted in red.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think at least this misspelling is intentional. spelling would not be highlighted in red since it is spelled properly.


* "Ignore" will ignore that word and not ask about it again in the current run. If you re-run the command again though, it will appear.
* "Add to file ignores" will ignore the word in this file only.
Expand Down