-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
docs: use their instead of her/his
#7865
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
Signed-off-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com>
|
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.
Pull Request Overview
This PR updates the language in the documentation to use inclusive terminology by replacing "her/his" with "their".
- Changes the phrasing in one instance on the publishing-a-package.mdx page to align with the style guidelines across the website.
Comments suppressed due to low confidence (1)
apps/site/pages/en/learn/modules/publishing-a-package.mdx:525
- The language change to use 'their' improves inclusivity and aligns with overall documentation guidelines. Please ensure that any similar instances in other documentation pages are updated for consistency.
- Determining format of source code files (author running their own code)
mikeesto
left a comment
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.
Thanks!
avivkeller
left a comment
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.
Fast tracking
|
Lighthouse Results
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #7865 +/- ##
==========================================
+ Coverage 75.43% 75.46% +0.02%
==========================================
Files 101 101
Lines 8306 8306
Branches 218 218
==========================================
+ Hits 6266 6268 +2
+ Misses 2038 2036 -2
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Description
done for consistency with the rest of the website
https://github.com/search?q=repo%3Anodejs%2Fnodejs.org%20their&type=code
(both his/her and her/his bring no results other than this one occurrence)
Validation
N/A (i suppose)
Related Issues
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.