From 181a40886b1c64adbba135579c615817e79e2e11 Mon Sep 17 00:00:00 2001 From: ryanjbonnell Date: Wed, 2 Oct 2019 13:22:26 -0700 Subject: [PATCH] Fix missing word in opening sentence --- docs/rules/html-closing-bracket-newline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/html-closing-bracket-newline.md b/docs/rules/html-closing-bracket-newline.md index d91987052..a27a14f5d 100644 --- a/docs/rules/html-closing-bracket-newline.md +++ b/docs/rules/html-closing-bracket-newline.md @@ -10,7 +10,7 @@ description: require or disallow a line break before tag's closing brackets - :gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`. - :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule. -People have own preference about the location of closing brackets. +People have their own preference about the location of closing brackets. This rule enforces a line break (or no line break) before tag's closing brackets. ```html