Skip to content

Commit 6d56fde

Browse files
authored
fix typo in README.md (#125)
1 parent ede485a commit 6d56fde

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
@@ -58,7 +58,7 @@ function implicit() {
5858
program();
5959
```
6060

61-
Async/await syntax improved in ergonomics of writing asynchronous JS. It allows
61+
Async/await syntax improved the ergonomics of writing asynchronous JS. It allows
6262
developers to think of asynchronous code in terms of synchronous code. The
6363
behavior of the event loop executing the code remains the same as in a promise
6464
chain. However, passing code through the event loop loses _implicit_ information

0 commit comments

Comments
 (0)