From cbd06cd25e767ad2e0ead3a0454e198999efd56a Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 31 Mar 2022 09:33:38 +0900 Subject: [PATCH] docs: remove "cache" from app.getPath (#33509) --- docs/api/app.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/api/app.md b/docs/api/app.md index b01b218b181c..5970bf58e57c 100755 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -637,7 +637,6 @@ Returns `string` - The current application directory. * `~/Library/Application Support` on macOS * `userData` The directory for storing your app's configuration files, which by default it is the `appData` directory appended with your app's name. - * `cache` * `temp` Temporary directory. * `exe` The current executable file. * `module` The `libchromiumcontent` library.