diff --git a/docs/Shell-Completion.md b/docs/Shell-Completion.md
index 3f3191006fa287c0e739dffaacba440b3e999c17..7c0abc045cc9b15656de297c185f6bc961069742 100644
--- a/docs/Shell-Completion.md
+++ b/docs/Shell-Completion.md
@@ -52,7 +52,7 @@ You may also need to forcibly rebuild `zcompdump`:
 Additionally, if you receive "zsh compinit: insecure directories" warnings when attempting to load these completions, you may need to run this:
 
 ```sh
-  chmod go-w "$(brew --prefix)/share"
+  chmod -R go-w "$(brew --prefix)/share"
 ```
 
 ## Configuring Completions in `fish`