From 2caddd56f492e311c00e43d3fc5d3904460751a3 Mon Sep 17 00:00:00 2001 From: Peter Keller Date: Sun, 26 Aug 2018 00:47:09 -0400 Subject: [PATCH] comfortable instead of comfort --- 6-async/05-async-await/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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