From 3c41d5984236a8c60f507d2ea576cac6b5a3eb63 Mon Sep 17 00:00:00 2001 From: Mohammad Fares Date: Sun, 14 Oct 2018 21:40:00 +0300 Subject: [PATCH] Enhance docs of utility.getGlobalDirectory() --- utility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility.js b/utility.js index 48e2a30..3d02f42 100644 --- a/utility.js +++ b/utility.js @@ -227,7 +227,7 @@ function changeYAMLValue(data, key, value) { } /** - * Get the path of the global data directory + * Get the path of the global config directory * * - For Windows, get the path of APPDATA * - For Linux and MacOS, get the path of the home directory