Skip to content

Commit

Permalink
added oxford comma for consistency with next line
Browse files Browse the repository at this point in the history
  • Loading branch information
epixian committed Jul 18, 2019
1 parent 9539d71 commit 15a1105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RULES.md
Expand Up @@ -183,7 +183,7 @@ your code.
```

* **Declare browser globals** with a `/* global */` comment.<br>
Exceptions are: `window`, `document` and `navigator`.<br>
Exceptions are: `window`, `document`, and `navigator`.<br>
Prevents accidental use of poorly-named browser globals like `open`, `length`,
`event`, and `name`.

Expand Down

0 comments on commit 15a1105

Please sign in to comment.