Skip to content

Commit ad912ff

Browse files
authored
fix grammar: "only exist" s/b "exist only"
To say features "only exist" in JavaScript means that the features don't do anything else, they only exist. JS is unique because it's the only browser technology which has its feature set; the features exist only in JS.
1 parent 3f9fecf commit ad912ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/01-getting-started/1-intro/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ There are at least *three* great things about JavaScript:
8989
+ Supported by all major browsers and enabled by default.
9090
```
9191

92-
Combined, these 3 things only exist in JavaScript and no other browser technology.
92+
Combined, these 3 things exist only in JavaScript and no other browser technology.
9393

9494
That's what makes JavaScript unique. That's why it is the most widespread way of creating browser interfaces.
9595

0 commit comments

Comments
 (0)