fix(docs): correct typographical errors in multiple blog files#8803
fix(docs): correct typographical errors in multiple blog files#8803Venkat-Entropik wants to merge 2 commits intonodejs:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit f3946b0. Bugbot is set up for automated code reviews on this repo. Configure here. |
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/releasers Please review the changes when you have a chance. Thank you! 🙏 |
avivkeller
left a comment
There was a problem hiding this comment.
Commit messages should not be changed, even if they have typos
|
@avivkeller Thanks for the clarification!, I have reverted the changes made to commit messages and kept the original text intact. |
bmuenzenmeyer
left a comment
There was a problem hiding this comment.
I dont love the idea of changing historical artifacts but dont think there is much harm EOD.
Description
This PR fixes multiple typographical errors across various blog and release documentation files. The changes include correcting spelling mistakes and removing duplicated words to improve readability and overall documentation quality.
Validation
Verified all identified typos are corrected:
seperated→separatedrecieve→receiveaccomodate→accommodatethe theEnsured no unintended changes were introduced.
Changes are limited to documentation and do not affect functionality.
Related Issues
Addresses the reported typographical errors in documentation.
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.closes #8802