From 07b08bbe4f3cc026589e3c9ab1bcd38957f2da7c Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Sun, 4 Oct 2020 10:38:23 -0400 Subject: [PATCH] Update skip plugins section of cli-service Simplify language, omit unnecessary use case example to better align with tone of other feature descriptions --- 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 a5376d1e07..59eb2fcb79 100644 --- a/docs/guide/cli-service.md +++ b/docs/guide/cli-service.md @@ -126,7 +126,7 @@ npx vue-cli-service help [command] ## Skipping Plugins -Sometimes, you may want to not use a certain CLI Plugin when running a command. For example you might want to build a version of your app that doesn't include the PWA plugin. You can do that by passing the name of the plugin to the `--skip-plugins` option. +You can exclude specific plugins when running a command by passing the name of the plugin to the `--skip-plugins` option: ```bash npx vue-cli-service build --skip-plugins pwa