mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Included command in aspell post
This commit is contained in:
parent
959ab3c976
commit
f4ca49807e
1 changed files with 5 additions and 0 deletions
|
@ -6,3 +6,8 @@ tags: [ "linux" ]
|
|||
---
|
||||
|
||||
When I was working on my honors thesis, I realized that I needed a way to spell check the file. After a quick search, I stumbled upon `aspell` which is a `curses` based tool to provide an interactive way for dealing with misspellings. Try it out when you have the chance!
|
||||
|
||||
```bash
|
||||
aspell check file.md
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue