Skip to content

Commit 9027245

Browse files
authored
Fix two minor typos (#474)
* Fix typo in gpg installation message * Fix capitalization of 'Swift' in uninstall docs
1 parent b014655 commit 9027245

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/SwiftlyDocs.docc/uninstall-toolchains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you have a released version that you want to uninstall then give the exact th
1111
$ swiftly uninstall 5.6.1
1212
```
1313

14-
When you're done working with every patch of a minor swift release you can remove them all by omitting the patch version.
14+
When you're done working with every patch of a minor Swift release you can remove them all by omitting the patch version.
1515

1616
```
1717
$ swiftly uninstall 5.6

Sources/LinuxPlatform/Linux.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public struct Linux: Platform {
278278
\(manager) -y install gpg
279279
"""
280280
} else {
281-
msg += "you can install gpg to get signature verifications of the toolchahins."
281+
msg += "you can install gpg to get signature verifications of the toolchains."
282282
}
283283
msg += "\n" + Self.skipVerificationMessage
284284

0 commit comments

Comments
 (0)