docs: Fix typo: directory → directly (#1851)

This commit is contained in:
Gérard Mathiuet
2018-07-14 15:06:30 +02:00
committed by Evan You
parent a7d69dd584
commit 7c7ca9f30c
+1 -1
View File
@@ -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.