From 14f58a2bec4d6aade0de22771c378b86b1e51959 Mon Sep 17 00:00:00 2001 From: PoziWorld <5961162+PoziWorld@users.noreply.github.com> Date: Fri, 15 Feb 2019 11:45:23 -0800 Subject: [PATCH] Docs: fix grammar in object-curly-spacing docs (#11389) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed “This rule enforce” to “This rule enforces”. --- docs/rules/object-curly-spacing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/object-curly-spacing.md b/docs/rules/object-curly-spacing.md index 8f88fc26059..e7b054cdd72 100644 --- a/docs/rules/object-curly-spacing.md +++ b/docs/rules/object-curly-spacing.md @@ -20,7 +20,7 @@ export { foo }; ## Rule Details -This rule enforce consistent spacing inside braces of object literals, destructuring assignments, and import/export specifiers. +This rule enforces consistent spacing inside braces of object literals, destructuring assignments, and import/export specifiers. ## Options