You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses Husky to automatically check for typos during commits. The check is performed using the `typos` tool and only runs on staged files (files that have been `git add`ed).
145
+
If you want to ignore specific typos as a dictionary, please add the original and corrected versions to `_typos.toml`. ([doc](https://github.com/crate-ci/typos/tree/master?tab=readme-ov-file#false-positives))
0 commit comments