From 27bb87d015ff9a7feaaa34bf3b8d77a35710dcd4 Mon Sep 17 00:00:00 2001 From: Chandan Rai Date: Sat, 11 Feb 2017 18:33:44 +0530 Subject: [PATCH] corrected minor typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dfaf7829b5..8182c5d481 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ - First identify where error is coming from. If it's occuring while running `vue` command then issue is indeed on `vue-cli` so please report it here. If error appears when you run one of `npm run` scripts, problem originates -from a template you're using, [maybe one of the offical ones](https://github.com/vuejs-templates). If so, please +from a template you're using, [maybe one of the official ones](https://github.com/vuejs-templates). If so, please open an issue on a template repository. - Try to search for your issue, it may have already been answered or even fixed in the development branch.