Merge pull request #460 from h3xar0n/patch-1

Add auxiliary verb
This commit is contained in:
Ilya Kantor 2018-07-19 23:19:38 +03:00 committed by GitHub
commit 3dc246da55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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. Engines are complicated. But the basics are easy.