Skip to content

Commit c26c98e

Browse files
authored
Merge pull request #24 from bgates/patch-1
fix grammar: "only exist" s/b "exist only"
2 parents 3f9fecf + ad912ff commit c26c98e

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)