fix(curriculum): remove duplicate words in football player card block#67609
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
This PR cleans up wording/typos in the “Build a Football Player Card Builder” workshop step instructions, improving clarity and reducing duplicated words.
Changes:
- Removed duplicated words/phrases like “the the”, “of of”, and “and and” from multiple step descriptions
- Standardized several instructional sentences to be grammatically correct
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| curriculum/challenges/english/blocks/workshop-build-a-football-player-card-builder/69f1b1fb36c6c0c80907e8e1.md | Fixes duplicated “the the” in a PlayerCard rendering instruction |
| curriculum/challenges/english/blocks/workshop-build-a-football-player-card-builder/69ea01c45b04f3e9de845036.md | Fixes duplicated “the the” in local storage persistence instruction |
| curriculum/challenges/english/blocks/workshop-build-a-football-player-card-builder/69e8b296388ebbd517692bd5.md | Fixes repeated “of of” occurrences in stats-grid step instructions |
| curriculum/challenges/english/blocks/workshop-build-a-football-player-card-builder/69e8b296388ebbd517692bd4.md | Fixes repeated “of of” occurrences in stats-grid step instructions |
| curriculum/challenges/english/blocks/workshop-build-a-football-player-card-builder/69e8b296388ebbd517692bd3.md | Fixes repeated “of of” occurrences in stats-grid step instructions |
| curriculum/challenges/english/blocks/workshop-build-a-football-player-card-builder/69e8b296388ebbd517692bd1.md | Fixes repeated “of of” in Image URL form-group instruction |
| curriculum/challenges/english/blocks/workshop-build-a-football-player-card-builder/69e8b296388ebbd517692bd0.md | Fixes repeated “of of” and “and and” in Club form-group instructions |
| curriculum/challenges/english/blocks/workshop-build-a-football-player-card-builder/69e8b296388ebbd517692bce.md | Fixes repeated “of of” in Name form-group instruction |
|
please stop merging main into your branch, it's only going to restart the tests, and it is not needed unless requested or in presence of merge conflicts |
majestic-owl448
left a comment
There was a problem hiding this comment.
Hi @BilgeGates. Congrats on your first pull request (PR)! 🎉
Thank you for your contribution to the page! 👍
We are happy to accept these changes and look forward to future contributions. 📝
Hi @majestic-owl448, thank you so much for the review and the warm welcome! I'm really glad my first PR was helpful. I look forward to contributing more to the project soon |
Got it, my apologies! I'll avoid merging main moving forward unless there's a conflict or it's requested. Thanks for the heads-up! |
Closes #67611
Checklist:
mainbranch of freeCodeCamp.Fixes repeated words ('the the', 'of of', 'and and') in the description and hint text across several steps of the Football Player Card Builder workshop. No seed code or tests were changed.