Skip to content

Commit 46b13fe

Browse files
authored
Merge pull request #13 from NobodyNada/master
Minor typo
2 parents 81f1adf + 4021754 commit 46b13fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async function check_swift() {
4343
return installed;
4444
}
4545
async function download_swift() {
46-
await run('Downlod Swift (via swiftenv)...', async () => {
46+
await run('Download Swift (via swiftenv)...', async () => {
4747
await exec.exec(swiftenvPath, ['install', swiftVersion]);
4848
});
4949
}

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function check_swift(): Promise<boolean> {
4141
}
4242

4343
async function download_swift(): Promise<void> {
44-
await run('Downlod Swift (via swiftenv)...', async () => {
44+
await run('Download Swift (via swiftenv)...', async () => {
4545
await exec.exec(swiftenvPath, ['install', swiftVersion]);
4646
})
4747
}

0 commit comments

Comments
 (0)