Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Projects/2-Intermediate/To-Do-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

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.

Suggested change
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.


## User Stories

Expand All @@ -25,7 +25,7 @@ The classic To-Do application where a user can write down all the things he want

## Example projects

- [Todo App built with React](http://todomvc.com/examples/react/#/)
- [Todo App built with React](https://todomvc.com/examples/react/dist/)
- [To Do List on Codepen](https://codepen.io/yesilfasulye/pen/eJIuF) by [Burak Kaya](https://codepen.io/yesilfasulye/)
- [Todo App in Plain JavaScript](https://safdarjamal.github.io/todo-app/)
- [Todo App in Golang](https://github.com/schadokar/go-to-do-app)