From d5de9d3d59b480aaf6121d0daf7112f4dda60ca5 Mon Sep 17 00:00:00 2001 From: flacki Date: Fri, 1 Mar 2019 23:18:16 +0100 Subject: [PATCH] Changed typo 'wish' to 'which' --- step1-03/demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {