TIL: codespell

Jun 18, 2025

Today I learned about codespell. A CLI tool for checking and fixing misspellings. I can check and fix if any of my blog posts have any misspellings with

codespell -f -w _posts

#til #codespell