Skip to content

Commit

Permalink
chore: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Jul 13, 2024
1 parent 355fd37 commit 0ee6383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit 0ee6383

Please sign in to comment.