diff options
author | Frieder Bluemle <frieder.bluemle@gmail.com> | 2022-11-04 11:34:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-04 19:34:02 +0100 |
commit | 9f2bbebdf78322ab11a4cc57e2932fcbf6fb3fa8 (patch) | |
tree | 1a1907df50e572b1541956fb091e2acdbd4eb0bd /plugins/xcode | |
parent | 1342459b153576429382aed34ee5753f85bf3420 (diff) | |
download | zsh-9f2bbebdf78322ab11a4cc57e2932fcbf6fb3fa8.tar.gz zsh-9f2bbebdf78322ab11a4cc57e2932fcbf6fb3fa8.tar.bz2 zsh-9f2bbebdf78322ab11a4cc57e2932fcbf6fb3fa8.zip |
docs: fix some capitalization typos(#11293)
Diffstat (limited to 'plugins/xcode')
-rw-r--r-- | plugins/xcode/xcode.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xcode/xcode.plugin.zsh b/plugins/xcode/xcode.plugin.zsh index 3bd12cdec..5d1f901a3 100644 --- a/plugins/xcode/xcode.plugin.zsh +++ b/plugins/xcode/xcode.plugin.zsh @@ -31,7 +31,7 @@ function xx { open -a "Xcode.app" "$@" } -# "XCode-SELect by Version" - select Xcode by just version number +# "Xcode-Select by Version" - select Xcode by just version number # Uses naming convention: # - different versions of Xcode are named Xcode-<version>.app or stored # in a folder named Xcode-<version> |