Skip to content

Commit

Permalink
Fix missing word in opening sentence (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbonnell authored and ota-meshi committed Dec 26, 2019
1 parent bebf1cb commit 5cce6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/html-closing-bracket-newline.md
Expand Up @@ -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
Expand Down

0 comments on commit 5cce6e0

Please sign in to comment.