From 27e691501b16963f1319d06c54dea1cdeb33fce0 Mon Sep 17 00:00:00 2001 From: taji-taji Date: Mon, 27 Jan 2025 22:19:02 +0900 Subject: [PATCH 1/2] Fix typo in install subcommand --- Sources/Swiftly/Install.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ )) From e302bbc59e78d5ef54814aa126ac169b1c25c664 Mon Sep 17 00:00:00 2001 From: taji-taji Date: Tue, 28 Jan 2025 14:59:17 +0900 Subject: [PATCH 2/2] Reflected the typo correction in the documentation as well --- Documentation/SwiftlyDocs.docc/swiftly-cli-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.