Skip to content

Commit b2894d8

Browse files
committed
Missing sentence between code examples
1 parent e605593 commit b2894d8

File tree

1 file changed

+2
-0
lines changed
  • apps/components_guide_web/lib/components_guide_web/templates/web_standards

1 file changed

+2
-0
lines changed

apps/components_guide_web/lib/components_guide_web/templates/web_standards/promise.html.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ function main() {
141141
main();
142142
```
143143

144+
And here’s that code rewritten to use `async await`.
145+
144146
```javascript
145147
const apiURL = new URL('https://swapi.dev/api/');
146148

0 commit comments

Comments
 (0)