Skip to content

Commit 206e156

Browse files
authored
Fix print copy in GeneratorCLI.swift (#130)
`explicity` -> `explicitly`
1 parent c240834 commit 206e156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GeneratorCLI/GeneratorCLI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ extension GeneratorCLI {
200200
func run() async throws {
201201
if self.isInvokedAsDefaultSubcommand() {
202202
print(
203-
"deprecated: Please explicity specify the subcommand to run. For example: $ swift-sdk-generator make-linux-sdk"
203+
"deprecated: Please explicitly specify the subcommand to run. For example: $ swift-sdk-generator make-linux-sdk"
204204
)
205205
}
206206
let linuxDistributionDefaultVersion: String

0 commit comments

Comments
 (0)