Skip to content

Commit 15b1b55

Browse files
mrkiffiedimadeveatii
authored andcommitted
Fix typo - "that" to "than" (labs42io#23)
1 parent bc404ec commit 15b1b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2168,7 +2168,7 @@ Promises supports a few helper methods that help make code more conscise:
21682168

21692169
### Async/Await are even cleaner than Promises
21702170

2171-
With `async`/`await` syntax you can write code that is far cleaner and more understandable that chained promises. Within a function prefixed with `async` keyword you have a way to tell the JavaScript runtime to pause the execution of code on the `await` keyword (when used on a promise).
2171+
With `async`/`await` syntax you can write code that is far cleaner and more understandable than chained promises. Within a function prefixed with `async` keyword you have a way to tell the JavaScript runtime to pause the execution of code on the `await` keyword (when used on a promise).
21722172

21732173
**Bad:**
21742174

0 commit comments

Comments
 (0)