Browse Source

fix(api): docs for core module __TAURI__ usage (#11324)

Lucas Fernandes Nogueira 9 months ago
parent
commit
e55bd4ba7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/api/src/core.ts

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