1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

chore: fix some instances of bad wording

Co-authored-by: inclusive-coding-bot <inclusive-coding-bot@github.com>
This commit is contained in:
Marc Cornellà
2022-03-31 12:31:09 +02:00
parent 141d06b602
commit e079babdce
4 changed files with 10 additions and 8 deletions

View File

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