mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
Changed typo 'wish' to 'which'
This commit is contained in:
@@ -27,7 +27,7 @@ function addTodo() {}
|
|||||||
|
|
||||||
### Creating a Todo Clone
|
### 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
|
```js
|
||||||
function addTodo() {
|
function addTodo() {
|
||||||
|
|||||||
Reference in New Issue
Block a user