summaryrefslogtreecommitdiff
path: root/plugins/dotnet
diff options
context:
space:
mode:
authorjishudashen <jishudashen@foxmail.com>2025-07-22 00:39:25 +0800
committerGitHub <noreply@github.com>2025-07-21 18:39:25 +0200
commite3e468d1388d262b0018350a1248a176bfb31660 (patch)
tree8bc0c972a45daf9a7c32036fcda928719cb9552f /plugins/dotnet
parentff97957f1ccb33b1c1c27e47e2e24789ce2ae33f (diff)
downloadzsh-e3e468d1388d262b0018350a1248a176bfb31660.tar.gz
zsh-e3e468d1388d262b0018350a1248a176bfb31660.tar.bz2
zsh-e3e468d1388d262b0018350a1248a176bfb31660.zip
chore: fix typos (#13219)
Diffstat (limited to 'plugins/dotnet')
-rw-r--r--plugins/dotnet/dotnet.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dotnet/dotnet.plugin.zsh b/plugins/dotnet/dotnet.plugin.zsh
index adc1ec678..2b7782474 100644
--- a/plugins/dotnet/dotnet.plugin.zsh
+++ b/plugins/dotnet/dotnet.plugin.zsh
@@ -10,7 +10,7 @@ _dotnet_completion() {
compdef _dotnet_completion dotnet
-# Aliases bellow are here for backwards compatibility
+# Aliases below are here for backwards compatibility
# added by Shaun Tabone (https://github.com/xontab)
alias dn='dotnet new'