Skip to content

Manual spell check fixes#60

Merged
adamblanchard merged 4 commits into
mainfrom
59-code-spell-checker
May 8, 2025
Merged

Manual spell check fixes#60
adamblanchard merged 4 commits into
mainfrom
59-code-spell-checker

Conversation

@jason-vasilev

@jason-vasilev jason-vasilev commented May 6, 2025

Copy link
Copy Markdown
Contributor

Went through all files and corrected spelling mistakes by using Code Spell Checker.

Used en-GB in the settings of the extension.

Many of the changes are camelCase related, but there is a vast amount of missing letters, flipped letters, or extra letters.

Besides the names of people, I ignored the following words:

  • mockup
  • standup
  • homemade
  • unshift (array method)

Ignored everything in legacy/nodejs, knowing it's being worked on, but forgot to skip legacy/react. Hopefully we don't have annoying merge conflicts due to that 😬

@jason-vasilev jason-vasilev self-assigned this May 6, 2025
@jason-vasilev jason-vasilev requested a review from a team as a code owner May 6, 2025 15:20
@jason-vasilev jason-vasilev added the enhancement New feature or request label May 6, 2025
@jason-vasilev jason-vasilev linked an issue May 6, 2025 that may be closed by this pull request
### Age-ify (A future age calculator)

> You are talking to a friend who suddently looks at you and asks: "How old will you be in 2045?" Hmm you remember the year you were born and try to do some calculation: Born in 1987 + 3 that's 1990. 90 - 40 is 50 + 5 thats 58. I will be 58! Wow that was painful! Let's fix that by making some code that automatically does this!
> You are talking to a friend who suddenly looks at you and asks: "How old will you be in 2045?" Hmm you remember the year you were born and try to do some calculation: Born in 1987 + 3 that's 1990. 90 - 40 is 50 + 5 that's 58. I will be 58! Wow that was painful! Let's fix that by making some code that automatically does this!

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Born in 1987 + 3 that's 1990. 90 - 40 is 50 + 5 that's 58. I will be 58!

"50 + 5 that's 58"? Not a spelling issue, but this could do with rewording! 😅 Perhaps in another PR.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Good idea. Maybe, follow up PRs with pasting .md in a setup where Grammarly could flag issues.

Comment thread courses/Foundation/intro-to-javascript/week2/assignment.md Outdated
Comment thread legacy/javascript/homework-projects/projects/memory-game/memory-game.md Outdated
Comment thread legacy/javascript/javascript2/week1/lesson-plan.md Outdated
Comment thread legacy/javascript/javascript2/week1/lesson-plan.md Outdated
Comment thread legacy/javascript/javascript2/week2/README.md Outdated
Comment thread legacy/javascript/javascript2/week2/README.md Outdated
Comment thread legacy/react/react1/week1/lesson-plan.md Outdated
Comment thread legacy/react/react1/week2/lesson-plan.md Outdated

@rvedotrc rvedotrc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Approving because this fixes far more than it breaks, but there are a couple of things in there that merit a closer look, a think.

Thanks!

@adamblanchard adamblanchard merged commit 8177df1 into main May 8, 2025
1 check passed
@rvedotrc rvedotrc deleted the 59-code-spell-checker branch October 15, 2025 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Improve spelling with Code Spell Checker

3 participants