Changed typo 'wish' to 'which'

This commit is contained in:
flacki
2019-03-01 23:18:16 +01:00
committed by GitHub
parent 75df45a472
commit d5de9d3d59

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