diff --git a/docs/rules/comma-spacing.md b/docs/rules/comma-spacing.md index a04d5ae5ec7..ffa2bfd117e 100644 --- a/docs/rules/comma-spacing.md +++ b/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;