We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee80a68 commit 1f04635Copy full SHA for 1f04635
1 file changed
1-js/11-async/03-promise-chaining/article.md
@@ -274,7 +274,7 @@ fetch('/article/promise-chaining/user.json')
274
.then(response => response.json())
275
// Hacer una solicitud a GitHub
276
.then(user => fetch(`https://api.github.com/users/${user.name}`))
277
- // Cargue la respuesta como json
+ // Carga la respuesta como json
278
279
// Mostrar la imagen de avatar (githubUser.avatar_url) durante 3 segundos (tal vez animarla)
280
.then(githubUser => {
0 commit comments