thiagowfx's avatar

Β¬ just serendipity πŸ€ (not just serendipity)

"Fix typo"

β€’ 43 words β€’ 1 min β€’ updated

You, too, can make the word world a better place, one typo at a time.

The codespell project can be trivially adopted in a git repository via a pre-commit hook:

repos:
  - repo: https://github.com/codespell-project/codespell
    rev: 63c8f8312b7559622c0d82815639671ae42132ac # frozen: v2.4.1
    hooks:
      - id: codespell