Skip to content

Commit aec2fd2

Browse files
authored
fix(curriculum): typo in step 2 of Building a Gradebook App (freeCodeCamp#55796)
1 parent 6b9979a commit aec2fd2

File tree

1 file changed

+1
-1
lines changed
  • curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/review-js-fundamentals-by-building-a-gradebook-app

1 file changed

+1
-1
lines changed

curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/review-js-fundamentals-by-building-a-gradebook-app/6626a060c4006f793e10cb33.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Here are the scores and their corresponding letter grades:
2525

2626
**Tips**
2727

28-
- Remember that you learned about conditional statements(`if`, `else if`, and `else`).
28+
- Remember that you learned about conditional statements (`if`, `else if`, and `else`).
2929
- Remember that you learned about comparison operators (`>`, `<`, `>=`, `<=`, `===`).
3030

3131
# --hints--

0 commit comments

Comments
 (0)