From 73b7971ba7203e0be1951bf17dc5a5bd4ca17694 Mon Sep 17 00:00:00 2001 From: yemai Date: Fri, 9 Aug 2019 09:42:45 +0800 Subject: [PATCH] docs: update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2966ac0..6cdd768 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ Ex: ## Context based behavior -As there are more than one language in `.vue` file, the different behavior like mapping or completion may be expected under the different tag. +As there are more than one language in `.vue` file, the different behaviors like mapping or completion may be expected under different tags. -This plugin provides a Function to get the tag the cursor is in. +This plugin provides a function to get the tag where the cursor is in. - `GetVueTag() => String` Return value is 'template', 'script' or 'style'.