Skip to content

Fix typos#254

Merged
dylandreimerink merged 1 commit intoisovalent:masterfrom
AliGhaffarian:master
Feb 9, 2026
Merged

Fix typos#254
dylandreimerink merged 1 commit intoisovalent:masterfrom
AliGhaffarian:master

Conversation

@AliGhaffarian
Copy link
Contributor

I ran codespell on the repository, It won't check for grammar and the context though. I was gonna add a pre-commit-config.yaml and add codespell to it but i saw that there is already a spellcheck in the CI.

I went over the changes myself, and there's some instances of re-use -> reuse, not sure if it's objectively wrong.

Thanks!

Copy link
Collaborator

@dylandreimerink dylandreimerink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, thanks!

We do indeed have our own spellcheck based on aspell with a bunch of logic around it so it does not try to spellcheck code (variables and types not being proper English words and all). So it does not catch errors in code blocks and generated docs, and apparently also not a few other things.

Good to have another pass with a tool like this once in a while, spellchecking with the swiss cheese model 😁 .

@dylandreimerink dylandreimerink merged commit 6333114 into isovalent:master Feb 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants