From a744410fe4de8a09d1aa03d8a5c17e8e17d786bd Mon Sep 17 00:00:00 2001 From: Aron Eidelman Date: Thu, 12 Jul 2018 09:13:02 -0700 Subject: [PATCH] Add auxiliary verb "How engines work?" is grammatically incorrect --- 1-js/01-getting-started/1-intro/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/01-getting-started/1-intro/article.md b/1-js/01-getting-started/1-intro/article.md index 10bd54fe..69bb189a 100644 --- a/1-js/01-getting-started/1-intro/article.md +++ b/1-js/01-getting-started/1-intro/article.md @@ -30,7 +30,7 @@ Different engines have different "codenames", for example: The terms above are good to remember, because they are used in developer articles on the internet. We'll use them too. For instance, if "a feature X is supported by V8", then it probably works in Chrome and Opera. -```smart header="How engines work?" +```smart header="How do engines work?" Engines are complicated. But the basics are easy.