Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(curriculum): semantic/grammatical issue #55106

Merged

Conversation

royjohnlee
Copy link
Contributor

@royjohnlee royjohnlee commented Jun 6, 2024

Checklist:

Closes #55105

@Lebussy pointed out a grammatical mistake in the description in #55105, and @Dario-DC suggested a way to fix it.

From:
"Inside your getMode function, on the empty line above your return call forEach on array"

To:
Inside your getMode function, on the empty line above your return statement, call forEach on array.

@github-actions github-actions bot added the scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. label Jun 6, 2024
@gikf gikf changed the title fix(curriculum):Pedantic semantic/gramatical issue. fix(curriculum): semantic/grammatical issue Jun 7, 2024
@gikf gikf added status: waiting review To be applied to PR's that are ready for QA, especially when additional review is pending. new javascript course These are for issues dealing with the new JS curriculum labels Jun 7, 2024
@huyenltnguyen huyenltnguyen merged commit 88fefcf into freeCodeCamp:main Jun 7, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new javascript course These are for issues dealing with the new JS curriculum scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. status: waiting review To be applied to PR's that are ready for QA, especially when additional review is pending.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pedantic semantic/gramatical issue.
3 participants