Included command in aspell post

This commit is contained in:
Brandon Rozek 2020-03-14 10:54:03 -04:00
parent 959ab3c976
commit f4ca49807e

View file

@ -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
```