Fix minor typo error
This commit is contained in:
parent
175aefa0b8
commit
9c2cb1bf02
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ fetch('/article/promise-chaining/user.json')
|
||||||
})
|
})
|
||||||
.then(function(text) {
|
.then(function(text) {
|
||||||
// ...and here's the content of the remote file
|
// ...and here's the content of the remote file
|
||||||
alert(text); // {"name": "iliakan", isAdmin: true}
|
alert(text); // {"name": "iliakan", "isAdmin": true}
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue