From c2f2467ca507ac81917dc248512308fc67d21336 Mon Sep 17 00:00:00 2001 From: Supravisor <153783117+Supravisor@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:31:53 +1300 Subject: [PATCH] fix(curriculum): typo in TODO app (#57169) --- .../660d9cb6cc6415e6ca0509d8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/660d9cb6cc6415e6ca0509d8.md b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/660d9cb6cc6415e6ca0509d8.md index b64fd2f83e9..f93cd9f86ef 100644 --- a/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/660d9cb6cc6415e6ca0509d8.md +++ b/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-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--