Skip to content

Commit

Permalink
fix(api): docs for core module __TAURI__ usage (#11324)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Oct 12, 2024
1 parent 61bffa4 commit e55bd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down

0 comments on commit e55bd4b

Please sign in to comment.