Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/SwiftlyDocs.docc/swiftly-cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
2 changes: 1 addition & 1 deletion Sources/Swiftly/Install.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
))
Expand Down
Loading