Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: Fix grammar: Spacing improve -> Spacing improves (#11386)
Changed
“Spacing around commas improve readability of a list of items.”
to
“Spacing around commas improves readability of a list of items.”
  • Loading branch information
PoziWorld authored and not-an-aardvark committed Feb 13, 2019
1 parent 1309dfd commit de988bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/comma-spacing.md
@@ -1,6 +1,6 @@
# Enforces spacing around commas (comma-spacing)

Spacing around commas improve readability of a list of items. Although most of the style guidelines for languages prescribe adding a space after a comma and not before it, it is subjective to the preferences of a project.
Spacing around commas improves readability of a list of items. Although most of the style guidelines for languages prescribe adding a space after a comma and not before it, it is subjective to the preferences of a project.

```js
var foo = 1, bar = 2;
Expand Down

0 comments on commit de988bc

Please sign in to comment.