From d522acacfd9086e08e93404309a10b47fba4b5b2 Mon Sep 17 00:00:00 2001 From: Jeff Date: Thu, 18 Apr 2019 16:13:43 -0500 Subject: [PATCH] bump meta description --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c845823..5e8414f 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -2,7 +2,7 @@ const isDeployPreview = process.env.hasOwnProperty('DEPLOY_PREVIEW'); const meta = { title: 'Vue Select | VueJS Select2/Chosen Component', - description: 'Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.', + description: 'Everything you wish the HTML select element could do, wrapped up into a lightweight, extensible Vue component.', url: 'https://vue-select.org', };