Skip to content

Commit e55bd4b

Browse files
authored
fix(api): docs for core module __TAURI__ usage (#11324)
1 parent 61bffa4 commit e55bd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api/src/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Invoke your custom commands.
77
*
8-
* 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`.
8+
* 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`.
99
* @module
1010
*/
1111

0 commit comments

Comments
 (0)