From 25dc744875746fff81d0f7090a4cdd620419a0f4 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sat, 12 Oct 2024 07:54:54 -0300 Subject: [PATCH] fix(api): docs for core module __TAURI__ usage --- packages/api/src/core.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/src/core.ts b/packages/api/src/core.ts index 50d8f61f7edd..8634f880e991 100644 --- a/packages/api/src/core.ts +++ b/packages/api/src/core.ts @@ -5,7 +5,7 @@ /** * Invoke your custom commands. * - * This package is also accessible with `window.__TAURI__.tauri` when [`app.withGlobalTauri`](https://v2.tauri.app/reference/config/#withglobaltauri) in `tauri.conf.json` is set to `true`. + * This package is also accessible with `window.__TAURI__.core` when [`app.withGlobalTauri`](https://v2.tauri.app/reference/config/#withglobaltauri) in `tauri.conf.json` is set to `true`. * @module */