fix: correct duplicated words, missing spaces, and typos in football player card builder#67845
Conversation
…player card builder - Fix duplicated 'the the' -> 'the' in steps 37 and 63 - Fix missing space 'an`id`' -> 'an `id`' in steps 45-47 - Fix incorrect ordinal 'fourth' -> 'sixth' in step 47 - Fix 'localstorage' -> 'localStorage' in steps 63-64 - Fix double space 'two more' -> 'two more' in step 46
|
Hi there, Thanks for opening this pull request. The automated checks found some issues: Checklist: The PR description is missing the required checklist or some of its items are not completed:
Please edit your PR description to include the following template with the checklist items completed. Checklist:
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->
- [ ] I have read and followed the [contribution guidelines](https://contribute.freecodecamp.org).
- [ ] I have read and followed the [how to open a pull request guide](https://contribute.freecodecamp.org/how-to-open-a-pull-request/).
- [ ] My pull request targets the `main` branch of freeCodeCamp.
- [ ] I have tested these changes either locally on my machine, or GitHub Codespaces.
<!--If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.-->
Closes #XXXXX
<!-- Feel free to add any additional description of changes below this line -->Linked Issue: We kindly ask that contributors open an issue before submitting a PR so the change can be discussed and approved before work begins. This helps avoid situations where significant effort goes into something we ultimately cannot merge. Please open an issue first and allow it to be triaged. Once the issue is open for contribution, you are welcome to update this pull request to reflect the issue consensus. Until then, we will not be able to review your pull request. Join us in our chat room or our forum if you have any questions or need help with contributing. |
|
Hey @fauzan171 Thank you for opening this pull request. These appear to be already modified in #67609. This is a standard message notifying you that we've reviewed your pull request and have decided not to merge it. We would welcome future pull requests from you. Thank you and happy coding. |
Description
This PR fixes several typographical errors and formatting issues in the Football Player Card Builder workshop curriculum content.
Changes Made
the the->thein steps 37 and 63 (description and hint text)anid-> `an `idin steps 45, 46, and 47 (6 occurrences)fourth->sixthin step 47 hint text (the PHY input is the 6th form-group, not the 4th)localstorage->localStoragein steps 63 and 64 (correct Web API casing)two more->two morein step 46 hint textAffected Files
All changes are in
curriculum/challenges/english/blocks/workshop-build-a-football-player-card-builder/:69f1b1fb36c6c0c80907e8e1.md(Step 37)69e8b296388ebbd517692bd3.md(Step 45)69e8b296388ebbd517692bd4.md(Step 46)69e8b296388ebbd517692bd5.md(Step 47)69ea01c45b04f3e9de845036.md(Step 63)69ea0bb3e7000f44c207bb0e.md(Step 64)Checklist
Update index.md).mainbranch of freeCodeCamp.