Skip to content

fix: correct duplicated words, missing spaces, and typos in football player card builder#67845

Closed
fauzan171 wants to merge 1 commit into
freeCodeCamp:mainfrom
fauzan171:fix/fix-typos-and-formatting-football-card-builder
Closed

fix: correct duplicated words, missing spaces, and typos in football player card builder#67845
fauzan171 wants to merge 1 commit into
freeCodeCamp:mainfrom
fauzan171:fix/fix-typos-and-formatting-football-card-builder

Conversation

@fauzan171
Copy link
Copy Markdown

Description

This PR fixes several typographical errors and formatting issues in the Football Player Card Builder workshop curriculum content.

Changes Made

  • Fixed duplicated the the -> the in steps 37 and 63 (description and hint text)
  • Fixed missing space before backtick anid -> `an `id in steps 45, 46, and 47 (6 occurrences)
  • Fixed incorrect ordinal fourth -> sixth in step 47 hint text (the PHY input is the 6th form-group, not the 4th)
  • Fixed localstorage -> localStorage in steps 63 and 64 (correct Web API casing)
  • Fixed double space two more -> two more in step 46 hint text

Affected 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

  • I have read freeCodeCamp's contribution guidelines.
  • My pull request has a descriptive title (not a vague title like Update index.md).
  • My pull request targets the main branch of freeCodeCamp.
  • All changes are limited to curriculum content (challenge descriptions and hints).

…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
@fauzan171 fauzan171 requested review from a team as code owners June 7, 2026 17:09
@github-actions github-actions Bot added scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. deprioritized PR reviews are deprioritized; lacks productive input and ignores codebase best practices. labels Jun 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 7, 2026

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:

  1. The Checklist: heading is present in the PR description.
  2. The checkbox items are ticked (changed from [ ] to [x]).
  3. You have actually completed the items in the checklist.

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.

@gikf
Copy link
Copy Markdown
Member

gikf commented Jun 8, 2026

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.

@gikf gikf closed this Jun 8, 2026
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jun 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

deprioritized PR reviews are deprioritized; lacks productive input and ignores codebase best practices. scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants