From aa0bcb39a0cd1f2b8633bb7c54b448e5c0dbd18a Mon Sep 17 00:00:00 2001 From: Rahul Kadyan Date: Wed, 31 Jan 2018 00:00:10 +0530 Subject: [PATCH] fix: typo in v-show description --- src/v2/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/api/index.md b/src/v2/api/index.md index e40913e0df..af9ae26b9a 100644 --- a/src/v2/api/index.md +++ b/src/v2/api/index.md @@ -1719,7 +1719,7 @@ type: api - **Usage:** - Toggle's the element's `display` CSS property based on the truthy-ness of the expression value. + Toggles the element's `display` CSS property based on the truthy-ness of the expression value. This directive triggers transitions when its condition changes.