summaryrefslogtreecommitdiff
path: root/plugins/ssh-agent
diff options
context:
space:
mode:
authorshuangcui <fliter@qq.com>2024-03-15 00:07:39 +0800
committerGitHub <noreply@github.com>2024-03-14 23:07:39 +0700
commitc8ba08581dff43c18c1b0d9e7312ca32e6d97124 (patch)
treed51b8ca229e0bb1c67a0dcb9e8638e0e4b82adc9 /plugins/ssh-agent
parent6780b19329501b66bc87274928f0a65cc7e5f473 (diff)
downloadzsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.tar.gz
zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.tar.bz2
zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.zip
docs: fix typos (#12284)
Diffstat (limited to 'plugins/ssh-agent')
-rw-r--r--plugins/ssh-agent/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ssh-agent/README.md b/plugins/ssh-agent/README.md
index 8c118e65b..0afa80cc8 100644
--- a/plugins/ssh-agent/README.md
+++ b/plugins/ssh-agent/README.md
@@ -90,7 +90,7 @@ use the `ssh-add-args` setting. You can pass multiple arguments separated by spa
zstyle :omz:plugins:ssh-agent ssh-add-args -K -c -a /run/user/1000/ssh-auth
```
-These will then be passed the the `ssh-add` call as if written directly. The example
+These will then be passed the `ssh-add` call as if written directly. The example
above will turn into:
```zsh