Skip to content

Commit 5cce6e0

Browse files
ryanjbonnellota-meshi
authored andcommitted
Fix missing word in opening sentence (#969)
1 parent bebf1cb commit 5cce6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/html-closing-bracket-newline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: require or disallow a line break before tag's closing brackets
1010
- :gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
1111
- :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.
1212

13-
People have own preference about the location of closing brackets.
13+
People have their own preference about the location of closing brackets.
1414
This rule enforces a line break (or no line break) before tag's closing brackets.
1515

1616
```html

0 commit comments

Comments
 (0)