diff --git a/plugins/os/guest-js/index.ts b/plugins/os/guest-js/index.ts index 02803361..25b56063 100644 --- a/plugins/os/guest-js/index.ts +++ b/plugins/os/guest-js/index.ts @@ -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"