Skip to content

Commit af4f738

Browse files
committed
Fix translation typo.
1 parent bddd05b commit af4f738

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
@@ -315,7 +315,7 @@ fetch('/article/promise-chaining/user.json')
315315
*/!*
316316
}, 3000);
317317
}))
318-
// disparado após 3 segundoss
318+
// disparado após 3 segundos
319319
.then(githubUser => alert(`Finalizou exibição de ${githubUser.name}`));
320320
```
321321

0 commit comments

Comments
 (0)