fix(curriculum): correct typo in Todo App Step 20 (#60277)

This commit is contained in:
sakshi
2025-05-12 13:40:22 +05:30
committed by GitHub
parent 7e966906db
commit faa6dd7db8

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--