From 5678fd9617fd39a52ded5ea0d5ca59d8ca791f70 Mon Sep 17 00:00:00 2001 From: Woonchan Cho Date: Tue, 7 Jan 2020 14:53:31 +0900 Subject: [PATCH] fix a typo 'crated' --- docs/guides/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md index f694afc08..5166257a4 100644 --- a/docs/guides/getting-started.md +++ b/docs/guides/getting-started.md @@ -10,7 +10,7 @@ cd vue-test-utils-getting-started npm install ``` -If you already have a project that was craeted with the [Vue CLI](https://cli.vuejs.org/) and want to add testing capabilities you may run: +If you already have a project that was created with the [Vue CLI](https://cli.vuejs.org/) and want to add testing capabilities you may run: ```bash # unit testing