mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-12 23:08:26 -05:00
docs: Fix typo: directory → directly (#1851)
This commit is contained in:
committed by
Evan You
parent
a7d69dd584
commit
7c7ca9f30c
@@ -8,7 +8,7 @@ sidebar: auto
|
||||
|
||||
## Global CLI Config
|
||||
|
||||
Some global configurations for `@vue/cli`, such as your preferred package manager and your locally saved presets, are stored in a JSON file named `.vuerc` in your home directory. You can edit this file directory with your editor of choice to change the saved options.
|
||||
Some global configurations for `@vue/cli`, such as your preferred package manager and your locally saved presets, are stored in a JSON file named `.vuerc` in your home directory. You can edit this file directly with your editor of choice to change the saved options.
|
||||
|
||||
You can also use the `vue config` command to inspect or modify the global CLI config.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user