Skip to content

Commit 9c2cb1b

Browse files
authored
Fix minor typo error
1 parent 175aefa commit 9c2cb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/11-async/03-promise-chaining/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ fetch('/article/promise-chaining/user.json')
248248
})
249249
.then(function(text) {
250250
// ...and here's the content of the remote file
251-
alert(text); // {"name": "iliakan", isAdmin: true}
251+
alert(text); // {"name": "iliakan", "isAdmin": true}
252252
});
253253
```
254254

0 commit comments

Comments
 (0)