Merge pull request #24 from bgates/patch-1

fix grammar: "only exist" s/b "exist only"
This commit is contained in:
Ilya Kantor 2017-06-11 16:00:13 +03:00 committed by GitHub
commit c26c98eb38

View file

@ -89,7 +89,7 @@ There are at least *three* great things about JavaScript:
+ Supported by all major browsers and enabled by default.
```
Combined, these 3 things only exist in JavaScript and no other browser technology.
Combined, these 3 things exist only in JavaScript and no other browser technology.
That's what makes JavaScript unique. That's why it is the most widespread way of creating browser interfaces.