From 4c24d10ff3eed3e4c30c1317a641b80d3d4ad386 Mon Sep 17 00:00:00 2001 From: Lorenzo Lewis Date: Tue, 9 Aug 2022 15:36:50 +0100 Subject: [PATCH] Update path.ts (#4895) --- tooling/api/src/path.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/api/src/path.ts b/tooling/api/src/path.ts index 7bebb12ac..0f13441ea 100644 --- a/tooling/api/src/path.ts +++ b/tooling/api/src/path.ts @@ -529,7 +529,7 @@ async function videoDir(): Promise { /** * Returns the path to the suggested log directory. * - * ### Platform-specific + * #### Platform-specific * * - **Linux:** Resolves to `${configDir}/${bundleIdentifier}`. * - **macOS:** Resolves to `${homeDir}//Library/Logs/{bundleIdentifier}`