From 1790205ded0ffa609471d7e5da4cce0c1a94f46b Mon Sep 17 00:00:00 2001 From: Natalia Tepluhina Date: Tue, 14 Jan 2020 03:58:20 +0200 Subject: [PATCH] fix: fix a typo (#5078) --- docs/migrating-from-v3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrating-from-v3/README.md b/docs/migrating-from-v3/README.md index 576af31f84..3ca517ceb4 100644 --- a/docs/migrating-from-v3/README.md +++ b/docs/migrating-from-v3/README.md @@ -266,7 +266,7 @@ As in the cypress plugin, the support for legacy `vue-cli-service e2e` command h ### `@vue/cli-plugin-typescript` -When importing a file without extension, the webpack resolve options now prefer [prefer `.ts(x)` files over `.js(x)` and `.vue` ones](https://github.com/vuejs/vue-cli/pull/3909). We strongly recommend you to always include the file extension when importing `.vue` files. +When importing a file without extension, the webpack resolve options now [prefer `.ts(x)` files over `.js(x)` and `.vue` ones](https://github.com/vuejs/vue-cli/pull/3909). We strongly recommend you to always include the file extension when importing `.vue` files. ### `@vue/cli-plugin-unit-jest`