QuantStack / quantstack.github.io

QuantStack website
https://quantstack.net
12 stars 45 forks source link

Update organisation -> organization #147

Closed jtpio closed 2 months ago

jtpio commented 2 months ago

Part of #145

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
quantstack-github-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 3, 2024 5:14pm
jtpio commented 2 months ago

Thanks @arjxn-py :+1:

I pushed a new commit to fix other occurrences for that word, but maybe we could run a spell checker on the whole repo to find other typos more easily.

arjxn-py commented 2 months ago

Would a pre-commit hook like codespell-project/codespell help?

jtpio commented 2 months ago

Something like that yes. A hook could be useful, but a one-shot pass could be a good starting point too.

arjxn-py commented 2 months ago

Something like that yes. A hook could be useful, but a one-shot pass could be a good starting point too.

Thanks for validating :) As far as I recall, first pre-commit run should be able to do a one shot pass. In my opinion it should be worth trying on a PR and see if it's effective and feasible. I'd be more than happy to assist for the same. I could try opening one and iterate over it :)

jtpio commented 2 months ago

I'd be more than happy to assist for the same. I could try opening one and iterate over it :)

Sure, feel free to open a PR, thanks!

SylvainCorlay commented 2 months ago

LGTM.