Skip to content

Commit

Permalink
Fix typo Pormise -> Promise (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
apupier committed Jul 12, 2021
1 parent d19fa02 commit 50a0507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function spawnDecompressorChild(command: string, args: ReadonlyArray<string>, in
* `'insiders'` for downloading latest Insiders.
* When unspecified, download latest stable version.
*
* @returns Pormise of `vscodeExecutablePath`.
* @returns Promise of `vscodeExecutablePath`.
*/
export async function downloadAndUnzipVSCode(version?: DownloadVersion, platform: DownloadPlatform = systemDefaultPlatform): Promise<string> {
if (version) {
Expand Down

0 comments on commit 50a0507

Please sign in to comment.