We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e761598 commit ee80a68Copy full SHA for ee80a68
1 file changed
1-js/11-async/03-promise-chaining/article.md
@@ -248,7 +248,7 @@ fetch('/article/promise-chaining/user.json')
248
})
249
.then(function(text) {
250
// ...y aquí está el contenido del archivo remoto
251
- alert(text); // {"nombre": "iliakan", isAdmin: true}
+ alert(text); // {"name": "iliakan", isAdmin: true}
252
});
253
```
254
0 commit comments