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