-
Notifications
You must be signed in to change notification settings - Fork 49
Update organisation -> organization #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jtpio, Thanks.
There are some more similar instances, listing them here just for further reference:
quantstack.github.io/src/components/home/ProjectsOverview/SupplyChainReversed.tsx
Line 25 in 105659d
We are the main organisation supporting the mamba package manager. quantstack.github.io/src/components/home/ProjectsOverview/descriptions/Computing.md
Line 1 in 105659d
QuantStack is the main organisation supporting the development of several C++ scientific computing packages such as We support organisations that depend on Jupyter, conda-forge, or the broader PyData ecosytem.
Thanks @arjxn-py 👍 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. |
Would a pre-commit hook like codespell-project/codespell help? |
Something like that yes. A hook could be useful, but a one-shot pass could be a good starting point too. |
Thanks for validating :) |
Sure, feel free to open a PR, thanks! |
LGTM. |
Part of #145