diff --git a/src/types.ts b/src/types.ts index 07fd631f..7a4f7d02 100644 --- a/src/types.ts +++ b/src/types.ts @@ -112,7 +112,7 @@ export interface ElectronDownloadRequestOptions { * Whether to download an artifact regardless of whether it's in the cache directory. * * @defaultValue `false` - * @deprecated This option is depracated and directly maps to `cacheMode: ElectronDownloadCacheMode.WriteOnly` + * @deprecated This option is deprecated and directly maps to `cacheMode: ElectronDownloadCacheMode.WriteOnly` */ force?: boolean; /**