fix(curriculum): typo in step 2 of Building a Gradebook App (#55796)

pull/55568/head
Ehsan 2024-08-08 20:10:35 -04:00 committed by GitHub
parent 6b9979ae50
commit aec2fd26f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Here are the scores and their corresponding letter grades:
**Tips** **Tips**
- Remember that you learned about conditional statements(`if`, `else if`, and `else`). - Remember that you learned about conditional statements (`if`, `else if`, and `else`).
- Remember that you learned about comparison operators (`>`, `<`, `>=`, `<=`, `===`). - Remember that you learned about comparison operators (`>`, `<`, `>=`, `<=`, `===`).
# --hints-- # --hints--