Skip to content

Commit f0e33f3

Browse files
Update 1-js/11-async/08-async-await/01-rewrite-async/solution.md
Co-authored-by: Danilo Britto <ddbn.c2@gmail.com>
1 parent 2204f5e commit f0e33f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/11-async/08-async-await/01-rewrite-async

1-js/11-async/08-async-await/01-rewrite-async/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ loadJson('no-such-user.json')
2020
Notas:
2121

2222
1. La función `loadJson` se vuelve `async`.
23-
2. Todo lo `.then` dentro son reemplazados por `await`.
23+
2. Todo lo que está dentro de `.then` es reemplazado por `await`.
2424
3. Podemos devolver `return response.json()` en lugar de esperar por él, como esto:
2525

2626
```js

0 commit comments

Comments
 (0)