Skip to content

Commit 1d5d84d

Browse files
authored
Fix typo (#207)
* Fix typo in install subcommand * Reflected the typo correction in the documentation as well
1 parent 0cc4642 commit 1d5d84d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/SwiftlyDocs.docc/swiftly-cli-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Likewise, the latest snapshot associated with a given development branch can be
7272

7373
*A file path to a location for a post installation script*
7474

75-
If the toolchain that is installed has extra post installation steps they they will be
75+
If the toolchain that is installed has extra post installation steps, they will be
7676
written to this file as commands that can be run after the installation.
7777

7878

Sources/Swiftly/Install.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct Install: SwiftlyCommand {
5656
@Option(help: ArgumentHelp(
5757
"A file path to a location for a post installation script",
5858
discussion: """
59-
If the toolchain that is installed has extra post installation steps they they will be
59+
If the toolchain that is installed has extra post installation steps, they will be
6060
written to this file as commands that can be run after the installation.
6161
"""
6262
))

0 commit comments

Comments
 (0)