mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
fix(os): correct typo in OsType (#561)
* fix(window): correct typo in OsType * change file * fix fmt check
This commit is contained in:
@@ -29,7 +29,7 @@ type Platform =
|
||||
| "android"
|
||||
| "windows";
|
||||
|
||||
type OsType = "linux" | "windows" | "macss" | "ios" | "android";
|
||||
type OsType = "linux" | "windows" | "macos" | "ios" | "android";
|
||||
|
||||
type Arch =
|
||||
| "x86"
|
||||
|
||||
Reference in New Issue
Block a user