File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Documentation/SwiftlyDocs.docc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments