Skip to content

Commit b1699ce

Browse files
3santiago3mysticatea
authored andcommitted
Docs: fix spelling mistake (#809)
1 parent a3707b1 commit b1699ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/valid-v-else.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ This rule reports `v-else` directives in the following cases:
1818
- The directive has that argument. E.g. `<div v-if="foo"></div><div v-else:aaa></div>`
1919
- The directive has that modifier. E.g. `<div v-if="foo"></div><div v-else.bbb></div>`
2020
- The directive has that attribute value. E.g. `<div v-if="foo"></div><div v-else="bar"></div>`
21-
- The directive is on the elements that the previous element don't have `v-if`/`v-if-else` directives. E.g. `<div v-else></div>`
22-
- The directive is on the elements which have `v-if`/`v-if-else` directives. E.g. `<div v-if="foo" v-else></div>`
21+
- The directive is on the elements that the previous element don't have `v-if`/`v-else-if` directives. E.g. `<div v-else></div>`
22+
- The directive is on the elements which have `v-if`/`v-else-if` directives. E.g. `<div v-if="foo" v-else></div>`
2323

2424
<eslint-code-block :rules="{'vue/valid-v-else': ['error']}">
2525

0 commit comments

Comments
 (0)