Skip to content

Commit 16fec92

Browse files
committed
fix typo in conditional.md
1 parent 46522e8 commit 16fec92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/conditional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can use the `v-else` directive to indicate an "else block" for `v-if` or `v-
6565
</div>
6666
```
6767

68-
The `v-else` element must following immediately after the `v-if` or `v-show` element - otherwise it will not be recognized.
68+
The `v-else` element must immediately follow the `v-if` or `v-show` element - otherwise it will not be recognized.
6969

7070
## v-if vs. v-show
7171

0 commit comments

Comments
 (0)