From 7e9c3765fc953f1c9743c10c05083f1f2cacc0b2 Mon Sep 17 00:00:00 2001 From: Owan Hunte Date: Mon, 26 Aug 2019 07:07:52 -0400 Subject: [PATCH 1/2] Minor typo fix for CLI Service docs page In the last paragraph of the CLI Service docs page the second instance of the word 'need' should be changed to 'needs'. --- docs/guide/cli-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/cli-service.md b/docs/guide/cli-service.md index b73b4674ec..9a011500d7 100644 --- a/docs/guide/cli-service.md +++ b/docs/guide/cli-service.md @@ -179,4 +179,4 @@ When installed, `@vue/cli-service` also installs [yorkie](https://github.com/yyx Projects created via `vue create` are ready to go without the need for additional configuration. The plugins are designed to work with one another so in most cases, all you need to do is pick the features you want during the interactive prompts. -However, we also understand that it's impossible to cater to every possible need, and the need of a project may also change over time. Projects created by Vue CLI allow you to configure almost every aspect of the tooling without ever needing to eject. Check out the [Config Reference](../config/) for more details. +However, we also understand that it's impossible to cater to every possible need, and the needs of a project may also change over time. Projects created by Vue CLI allow you to configure almost every aspect of the tooling without ever needing to eject. Check out the [Config Reference](../config/) for more details. From 6b29c597829eb30cb2990940af3ccba426c4f5e2 Mon Sep 17 00:00:00 2001 From: Owan Hunte Date: Mon, 26 Aug 2019 09:11:12 -0400 Subject: [PATCH 2/2] Typo fix to 'HTML and Static Assets' docs page --- docs/guide/html-and-static-assets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/html-and-static-assets.md b/docs/guide/html-and-static-assets.md index 16a5bd47fc..2599520a70 100644 --- a/docs/guide/html-and-static-assets.md +++ b/docs/guide/html-and-static-assets.md @@ -72,7 +72,7 @@ import(/* webpackPrefetch: true */ './someAsyncComponent.vue') webpack's runtime will inject prefetch links when the parent chunk is loaded. ::: tip -Prefetch links will consume bandwidth. If you have a large app with many async chunks and your user are primarily mobile and thus bandwidth-aware, you may want to disable prefetch links and manually select chunks to prefetch. +Prefetch links will consume bandwidth. If you have a large app with many async chunks and your users are primarily mobile and thus bandwidth-aware, you may want to disable prefetch links and manually select chunks to prefetch. ::: ### Disable Index Generation