From 4070507de64bee83c8e019e96c336068e3e950b9 Mon Sep 17 00:00:00 2001 From: Adam Jimenez Date: Fri, 4 Jan 2019 13:25:16 +0000 Subject: [PATCH] fix: typo in welcome tips (#3246) [ci skip] --- packages/@vue/cli-ui/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vue/cli-ui/locales/en.json b/packages/@vue/cli-ui/locales/en.json index e50ca202d9..3bbc9df402 100644 --- a/packages/@vue/cli-ui/locales/en.json +++ b/packages/@vue/cli-ui/locales/en.json @@ -751,7 +751,7 @@ "description": "Some tips to help you get started", "content": { "title": "Welcome to your new project!", - "tip1": "You are looking at the project dashboard where your can put widgets. Use the 'Customize' button to add more! Everything is automatically saved.", + "tip1": "You are looking at the project dashboard where you can put widgets. Use the 'Customize' button to add more! Everything is automatically saved.", "tip2": "On the left are the different available pages. 'Plugins' let you add new Vue CLI plugins, 'Dependencies' for managing the packages, 'Configuration' to configure the tools and 'Tasks' to run scripts (for example webpack).", "tip3": "Return to the project manager with the dropdown at the top left of the screen or the home button in the status bar at the bottom.", "ok": "Understood"