diff --git a/6-async/05-async-await/article.md b/6-async/05-async-await/article.md index 14f1b403..5782b688 100644 --- a/6-async/05-async-await/article.md +++ b/6-async/05-async-await/article.md @@ -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