comfortable instead of comfort

This commit is contained in:
Peter Keller 2018-08-26 00:47:09 -04:00
parent 62226efedc
commit 2caddd56f4

View file

@ -1,6 +1,6 @@
# Async/await
There's a special syntax to work with promises in a more comfort fashion, called "async/await". It's surprisingly easy to understand and use.
There's a special syntax to work with promises in a more comfortable fashion, called "async/await". It's surprisingly easy to understand and use.
## Async functions