summaryrefslogtreecommitdiff
path: root/plugins/zsh-navigation-tools
diff options
context:
space:
mode:
authorMarc Cornellà <hello@mcornella.com>2022-03-31 12:31:09 +0200
committerMarc Cornellà <hello@mcornella.com>2022-03-31 12:31:09 +0200
commite079babdce1f41a6c85296fba7df1672d98e04bd (patch)
tree8ab1b19723125cddb795931832d1800fb0d46c4b /plugins/zsh-navigation-tools
parent141d06b602b670638a6354e05686e5d3bc56d1a6 (diff)
downloadzsh-e079babdce1f41a6c85296fba7df1672d98e04bd.tar.gz
zsh-e079babdce1f41a6c85296fba7df1672d98e04bd.tar.bz2
zsh-e079babdce1f41a6c85296fba7df1672d98e04bd.zip
chore: fix some instances of bad wording
Co-authored-by: inclusive-coding-bot <inclusive-coding-bot@github.com>
Diffstat (limited to 'plugins/zsh-navigation-tools')
-rw-r--r--plugins/zsh-navigation-tools/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/zsh-navigation-tools/README.md b/plugins/zsh-navigation-tools/README.md
index bdbfac976..4dc9cdba2 100644
--- a/plugins/zsh-navigation-tools/README.md
+++ b/plugins/zsh-navigation-tools/README.md
@@ -226,7 +226,7 @@ Zsh plugins may look scary, as they seem to have some "architecture". In fact, w
1. It has its directory added to `fpath`
2. It has any first `*.plugin.zsh` file sourced
-That's it. When one contributes to Oh-My-Zsh or creates a plugin for any plugin manager, he only needs to account for this.
+That's it. When one contributes to Oh-My-Zsh or creates a plugin for any plugin manager, they only need to account for this.
The same with doing any non-typical Zsh Navigation Tools installation.
## More