From f3937f4ad18449f3894e47a858470dd78e8c1738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Mathiuet?= Date: Sat, 14 Jul 2018 14:22:05 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20directory=20=E2=86=92=20directly?= 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 8bafdfda91..7a6e0f9d61 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.