Refer: https://askubuntu.com/questions/48920/getting-error-with-spell-check-in-nano
Adding spell-check to nano, you can invoke by Ctrl+T
$ sudo nano /etc/nanorc
And uncomment the following line:
set speller "aspell -x -c"

Technical notes, and other ideas.
Refer: https://askubuntu.com/questions/48920/getting-error-with-spell-check-in-nano
Adding spell-check to nano, you can invoke by Ctrl+T
$ sudo nano /etc/nanorc
And uncomment the following line:
set speller "aspell -x -c"