Pārlūkot izejas kodu

chore(docs): fix minor typo #3264 (#3265)

Edqe 3 gadi atpakaļ
vecāks
revīzija
18aab872a9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tooling/api/src/os.ts

+ 1 - 1
tooling/api/src/os.ts

@@ -5,7 +5,7 @@
 /**
  * Provides operating system-related utility methods and properties.
  *
- * This package is also accessible with `window.__TAURI__.fs` when `tauri.conf.json > build > withGlobalTauri` is set to true.
+ * This package is also accessible with `window.__TAURI__.os` when `tauri.conf.json > build > withGlobalTauri` is set to true.
  *
  * The APIs must be allowlisted on `tauri.conf.json`:
  * ```json