summaryrefslogtreecommitdiff
path: root/plugins/swiftpm
diff options
context:
space:
mode:
authorGeorge Rodrigues <georgerodrigues@live.com.au>2022-10-03 12:03:53 -0300
committerGitHub <noreply@github.com>2022-10-03 17:03:53 +0200
commite0e22d112013aee22635b6afe4c2c9d1bf88cbf0 (patch)
tree51a7221d8ac9b9997989aed058fe7802e83a6b5d /plugins/swiftpm
parent1c879f67b4380f0705ee1bc578d5aab53bf192a4 (diff)
downloadzsh-e0e22d112013aee22635b6afe4c2c9d1bf88cbf0.tar.gz
zsh-e0e22d112013aee22635b6afe4c2c9d1bf88cbf0.tar.bz2
zsh-e0e22d112013aee22635b6afe4c2c9d1bf88cbf0.zip
chore(docs): fix some typos (#11211)
Diffstat (limited to 'plugins/swiftpm')
-rw-r--r--plugins/swiftpm/_swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/swiftpm/_swift b/plugins/swiftpm/_swift
index fe6f1c9aa..3a923226d 100644
--- a/plugins/swiftpm/_swift
+++ b/plugins/swiftpm/_swift
@@ -301,7 +301,7 @@ _swift_package_init() {
_swift_package_unedit() {
arguments=(
":The name of the package to unedit:_swift_dependency"
- "--force[Unedit the package even if it has uncommited and unpushed changes.]"
+ "--force[Unedit the package even if it has uncommitted and unpushed changes.]"
)
_arguments $arguments && return
}