From 0ee63838efbd1263d6105cb971c7195e5a04adde Mon Sep 17 00:00:00 2001 From: David Sanders Date: Fri, 12 Jul 2024 18:50:28 -0700 Subject: [PATCH] chore: fix typo in comment --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /**