Revise language for inclusivity and fix link#1100
Revise language for inclusivity and fix link#1100ldokduy20 wants to merge 1 commit intoflorinpop17:masterfrom
Conversation
The link of an example React MVC of this task is updated. Changed "he" to "they" because "user" isn't specific
📝 WalkthroughWalkthroughDocumentation file updated to use inclusive pronouns and correct the React TodoMVC example link from the root route to the dist path. No functional, structural, or content-related changes were made. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can use TruffleHog to scan for secrets in your code with verification capabilities.Add a TruffleHog config file (e.g. trufflehog-config.yml, trufflehog.yml) to your project to customize detectors and scanning behavior. The tool runs only when a config file is present. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@Projects/2-Intermediate/To-Do-App.md`:
- Line 5: Fix the grammatical error and remaining non-inclusive pronouns: change
the phrase "they wants" to "they want" in the sentence "The classic To-Do
application where a user can write down all the things they wants to
accomplish." and replace any remaining uses of "he" (e.g., the instances
referenced on Line 9 and Line 19) with the gender-neutral pronoun "they" so the
document consistently uses inclusive pronouns.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 0659f8b0-795e-48ef-8f91-a962935abe32
📒 Files selected for processing (1)
Projects/2-Intermediate/To-Do-App.md
| **Tier:** 2-Intermediate | ||
|
|
||
| The classic To-Do application where a user can write down all the things he wants to accomplish. | ||
| The classic To-Do application where a user can write down all the things they wants to accomplish. |
There was a problem hiding this comment.
Fix grammar and complete pronoun consistency in this section.
Line 5 should use “they want,” not “they wants.” Also, inclusive pronoun updates are still incomplete in this file (see Line 9 and Line 19, which still use “he”).
✏️ Proposed wording fix
-The classic To-Do application where a user can write down all the things they wants to accomplish.
+The classic To-Do application where a user can write down all the things they want to accomplish.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| The classic To-Do application where a user can write down all the things they wants to accomplish. | |
| The classic To-Do application where a user can write down all the things they want to accomplish. |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@Projects/2-Intermediate/To-Do-App.md` at line 5, Fix the grammatical error
and remaining non-inclusive pronouns: change the phrase "they wants" to "they
want" in the sentence "The classic To-Do application where a user can write down
all the things they wants to accomplish." and replace any remaining uses of "he"
(e.g., the instances referenced on Line 9 and Line 19) with the gender-neutral
pronoun "they" so the document consistently uses inclusive pronouns.
The link of an example React MVC of this task is updated.
Changed "he" to "they" because "user" isn't specific.
Summary by CodeRabbit