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

meta: Fix typos discovered by codespell #6262

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jan 23, 2024

Description

meta: Fix typos discovered by codespell -- https://github.com/codespell-project/codespell

Validation

% codespell --ignore-words-list=cros,elipsis --skip="./pages/en/blog/*,*.json,*.pdf" --write-changes

% codespell ./pages/en/blog/* # generates tons of typos. Removing it from --skip could be a follow-up pull request.

Related Issues

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run npx turbo lint to ensure the code follows the style guide. And run npx turbo lint:fix to fix the style errors if necessary.
  • I have run npx turbo format to ensure the code follows the style guide.
  • I have run npx turbo test to check if all tests are passing.
  • I've covered new added functionality with unit tests if necessary.

@cclauss cclauss requested review from a team as code owners January 23, 2024 13:16
Copy link

vercel bot commented Jan 23, 2024

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

Name Status Preview Comments Updated (UTC)
nodejs-org ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2024 1:18pm

Copy link

github-actions bot commented Jan 23, 2024

Lighthouse Results

URL Performance Accessibility Best Practices SEO Report
/en 🟠 77 🟢 100 🟢 92 🟢 92 🔗
/en/about 🟢 100 🟢 97 🟢 92 🟢 92 🔗
/en/about/previous-releases 🟢 100 🟢 96 🟢 92 🟢 92 🔗
/en/download 🟢 100 🟢 97 🟢 92 🟢 92 🔗
/en/blog 🟢 100 🟢 97 🟢 92 🟢 92 🔗

Copy link

Unit Test Coverage Report

Lines Statements Branches Functions
Coverage: 90%
86.49% (397/459) 77.33% (116/150) 77.77% (70/90)

Unit Test Report

Tests Skipped Failures Errors Time
72 0 💤 0 ❌ 0 🔥 4.73s ⏱️

@bmuenzenmeyer bmuenzenmeyer added this pull request to the merge queue Jan 23, 2024
Merged via the queue into nodejs:main with commit a50485d Jan 23, 2024
16 checks passed
@cclauss cclauss deleted the codespell branch January 23, 2024 15:32
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