Skip to content

Commit f5b9ef9

Browse files
authored
Update article.md
1 parent 55a6090 commit f5b9ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/11-async/02-promise-basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ El código puede verse como esto:
228228
229229
```js
230230
new Promise((resolve, reject) => {
231-
/* hacer algo para tomar tiempo y luego llamar a resolve o quizas reject */
231+
/* hacer algo para tomar tiempo y luego llamar a resolve o reject */
232232
})
233233
*!*
234234
// se ejecuta cuando se cumple la promesa, no importa con éxito o no

0 commit comments

Comments
 (0)