chore(docs): fix some typos (#11211)

This commit is contained in:
George Rodrigues
2022-10-03 12:03:53 -03:00
committed by GitHub
parent 1c879f67b4
commit e0e22d1120
9 changed files with 10 additions and 10 deletions

View File

@ -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
}