Merge pull request #60 from flacki/patch-1

Changed typo 'wish' to 'which'
This commit is contained in:
Elizabeth Craig
2019-03-01 14:29:54 -08:00
committed by GitHub

View File

@@ -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() {