From 7c7ca9f30c6955cd1b7b6c9687a4c3eb64cba00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Mathiuet?= Date: Sat, 14 Jul 2018 15:06:30 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20Fix=20typo:=20directory=20=E2=86=92=20d?= =?UTF-8?q?irectly=20(#1851)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index 8bafdfda9..7a6e0f9d6 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -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.