diff --git a/step1-03/demo/README.md b/step1-03/demo/README.md index b98e467..c06341f 100644 --- a/step1-03/demo/README.md +++ b/step1-03/demo/README.md @@ -27,7 +27,7 @@ function addTodo() {} ### Creating a Todo Clone -The first thing we need to do in this function is create a `newTodo` wish is a clone of an existing Todo. +The first thing we need to do in this function is create a `newTodo` which is a clone of an existing Todo. ```js function addTodo() {