fix(curriculum): typo in TODO app (#57169)

This commit is contained in:
Supravisor 2024-11-15 17:31:53 +13:00 committed by GitHub
parent 5108492da6
commit c2f2467ca5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ dashedName: step-20
# --description--
Now that have finished testing your `taskObj`, you can remove the `console.log(taskObj)` statement.
Now that you have finished testing your `taskObj`, you can remove the `console.log(taskObj)` statement.
# --hints--