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

This commit is contained in:
Edqe
2022-01-24 02:43:29 +07:00
committed by GitHub
parent 28a67fdb60
commit 18aab872a9

View File

@@ -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