fix(curriculum): typos and grammar errors#65951
Open
umutKaracelebi wants to merge 1 commit intofreeCodeCamp:mainfrom
Open
fix(curriculum): typos and grammar errors#65951umutKaracelebi wants to merge 1 commit intofreeCodeCamp:mainfrom
umutKaracelebi wants to merge 1 commit intofreeCodeCamp:mainfrom
Conversation
- Fix 'an user' to 'a user' in pseudocode lesson - Fix 'Nodejs' to 'Node.js' in advanced-node-and-express - Fix 'targetting' to 'targeting' in workshop-game-settings-panel - Fix redundant 'of' in 'set up of all' to 'set up all' in Vite/React lecture - Fix 'content' to 'context' (3 occurrences) in Python modules lecture
raisedadead
reviewed
Feb 19, 2026
| When the user inputs a number | ||
| Initialize a counter variable and set its value to zero | ||
| While counter is smaller than user inputted number increment the counter by one | ||
| While counter is smaller than a user inputted number increment the counter by one |
Member
There was a problem hiding this comment.
This change is unnecessary, I think the language was correct since in pseudo code.
raisedadead
requested changes
Feb 19, 2026
curriculum/challenges/english/blocks/advanced-node-and-express/589fc830f9fc0f352b528e74.md
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist:
mainbranch of freeCodeCamp.