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 */