diff --git a/Documentation/SwiftlyDocs.docc/swiftly-cli-reference.md b/Documentation/SwiftlyDocs.docc/swiftly-cli-reference.md index 4e988fdf..1a69f011 100644 --- a/Documentation/SwiftlyDocs.docc/swiftly-cli-reference.md +++ b/Documentation/SwiftlyDocs.docc/swiftly-cli-reference.md @@ -72,7 +72,7 @@ Likewise, the latest snapshot associated with a given development branch can be *A file path to a location for a post installation script* -If the toolchain that is installed has extra post installation steps they they will be +If the toolchain that is installed has extra post installation steps, they will be written to this file as commands that can be run after the installation. diff --git a/Sources/Swiftly/Install.swift b/Sources/Swiftly/Install.swift index a97ba5da..6f372907 100644 --- a/Sources/Swiftly/Install.swift +++ b/Sources/Swiftly/Install.swift @@ -56,7 +56,7 @@ struct Install: SwiftlyCommand { @Option(help: ArgumentHelp( "A file path to a location for a post installation script", discussion: """ - If the toolchain that is installed has extra post installation steps they they will be + If the toolchain that is installed has extra post installation steps, they will be written to this file as commands that can be run after the installation. """ ))