From faa6dd7db86d466e850439e71f0af5bb7598ec91 Mon Sep 17 00:00:00 2001 From: sakshi <154960368+sakshiinayak@users.noreply.github.com> Date: Mon, 12 May 2025 13:40:22 +0530 Subject: [PATCH] fix(curriculum): correct typo in Todo App Step 20 (#60277) --- .../workshop-todo-app/660d9cb6cc6415e6ca0509d8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/workshop-todo-app/660d9cb6cc6415e6ca0509d8.md b/curriculum/challenges/english/25-front-end-development/workshop-todo-app/660d9cb6cc6415e6ca0509d8.md index b64fd2f83e9..f93cd9f86ef 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-todo-app/660d9cb6cc6415e6ca0509d8.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-todo-app/660d9cb6cc6415e6ca0509d8.md @@ -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--