From 19125d97693ad6f61b1d90c3f8985a855ff8f3c0 Mon Sep 17 00:00:00 2001 From: Ankit Mohanty Date: Sat, 21 Mar 2026 13:08:27 +0530 Subject: [PATCH] docs: fix wrong parameter name in os.getPath documentation --- docs/api/os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/os.md b/docs/api/os.md index 108a1cfd..928fd1b6 100644 --- a/docs/api/os.md +++ b/docs/api/os.md @@ -303,7 +303,7 @@ await Neutralino.os.setTray(tray); Returns known platform-specific folders such as Downloads, Music, Videos, etc. ### Parameters -- `title` String: Name of the folder. Accepted values are: `config`, `data`, `cache`, `documents`, `pictures`, `music`, `video`, +- `name` String: Name of the folder. Accepted values are: `config`, `data`, `cache`, `documents`, `pictures`, `music`, `video`, `downloads`, `saveGames1`, `saveGames2`, and `temp`. Throws `NE_OS_INVKNPT` for invalid folder names. ### Return String (awaited):