Skip to content
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

Fix typos with source code spell checker #4879

Merged

Conversation

coalest
Copy link
Collaborator

@coalest coalest commented Dec 21, 2024

Doesn't resolve any issue.

Description

I noticed a typo in a css class (prioirty instead of priority), which got me thinking maybe there are other typos in our code base.

So I found typos (a source code spell checker) and ran it on our code base. Turns out "essentials" is really hard to spell :D

Most of the typos are in comments, but some are in code so we probably need to do some manual testing here.

Type of change

  • Updates our documentation, but also probably some bug fixes as well (at least two places were the css classes will be different than before).

How Has This Been Tested?

Not much really

@coalest coalest force-pushed the fix-typos-with-source-code-spell-checker branch from 47312b3 to ff06650 Compare December 21, 2024 22:57
@coalest
Copy link
Collaborator Author

coalest commented Jan 8, 2025

Link to closed PR: #4871

Copy link
Collaborator

@dorner dorner left a comment

Choose a reason for hiding this comment

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

I don't know why but this PR tickles me so much 😁

@dorner
Copy link
Collaborator

dorner commented Jan 10, 2025

@coalest can you fix the merge conflict?

@coalest
Copy link
Collaborator Author

coalest commented Jan 12, 2025

Fixed the merge conflict. This PR ends up having merge conflicts more often than normal because it touches so many files/lines, so let's merge it before others if possible.

<div clas="col-9">
<div class="col-12">
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

From the previous review by @cielf, this was the only typo fix that caused a regression. But changing the css class fixed the issue.

@cielf cielf merged commit b6db578 into rubyforgood:main Jan 13, 2025
12 checks passed
Copy link
Contributor

@coalest: Your PR Fix typos with source code spell checker is part of today's Human Essentials production release: 2025.01.19.
Thank you very much for your contribution!

@coalest coalest deleted the fix-typos-with-source-code-spell-checker branch January 26, 2025 14:01
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.

3 participants