From 16fec92d1a117d7dbcb2c4906fd684d277997d42 Mon Sep 17 00:00:00 2001 From: Yks Date: Sun, 17 Jan 2016 19:45:11 +0300 Subject: [PATCH] fix typo in conditional.md --- src/guide/conditional.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/conditional.md b/src/guide/conditional.md index 73e399d84f..8ce7726fde 100644 --- a/src/guide/conditional.md +++ b/src/guide/conditional.md @@ -65,7 +65,7 @@ You can use the `v-else` directive to indicate an "else block" for `v-if` or `v- ``` -The `v-else` element must following immediately after the `v-if` or `v-show` element - otherwise it will not be recognized. +The `v-else` element must immediately follow the `v-if` or `v-show` element - otherwise it will not be recognized. ## v-if vs. v-show