Browse Source

docs(git-auto-fetch): fix typo (#12937)

Marcus Voltolim 2 months ago
parent
commit
cc9259d6ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/git-auto-fetch/README.md

+ 1 - 1
plugins/git-auto-fetch/README.md

@@ -18,7 +18,7 @@ You can change the fetch interval in your .zshrc:
 GIT_AUTO_FETCH_INTERVAL=1200 # in seconds
 GIT_AUTO_FETCH_INTERVAL=1200 # in seconds
 ```
 ```
 
 
-A log of `git fetch --all` will be saved in `.git/FETCH_LOG`.
+A log of `git-fetch-all` will be saved in `.git/FETCH_LOG`.
 
 
 ## Toggle auto-fetch per folder
 ## Toggle auto-fetch per folder