Skip to content

Commit 4941b72

Browse files
authored
Merge pull request #3 from bnbarham/spelling
Fix up some spelling mistakes
2 parents ec43d89 + 9876d81 commit 4941b72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ on:
1313
default: "[\"jammy\"]"
1414
swift_flags:
1515
type: string
16-
description: "Swift flangs for release version"
16+
description: "Swift flags for release version"
1717
default: ""
1818
swift_nightly_flags:
1919
type: string
20-
description: "Swift flangs for nightly version"
20+
description: "Swift flags for nightly version"
2121
default: ""
2222
pre_build_command:
2323
type: string
@@ -28,7 +28,7 @@ on:
2828
description: "Build command default is swift test"
2929
default: "swift test"
3030
env_vars:
31-
description: "List of environment variables."
31+
description: "List of environment variables"
3232
type: string
3333

3434
jobs:

0 commit comments

Comments
 (0)