Skip to content

Commit 1beb90d

Browse files
committed
Fix typo: mintues -> minutes.
Fix typo: mintues -> minutes.
1 parent d259373 commit 1beb90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/03-git-branching/sections/remote-branches.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If you didn't want it to be called `serverfix` on the remote, you could instead
8585
====
8686
If you're using an HTTPS URL to push over, the Git server will ask you for your username and password for authentication. By default it will prompt you on the terminal for this information so the server can tell if you're allowed to push.
8787
88-
If you don't want to type it every single time you push, you can set up a ``credential cache''. The simplest is just to keep it in memory for a few mintues, which you can easily set up by running `git config --global credential.helper cache`.
88+
If you don't want to type it every single time you push, you can set up a ``credential cache''. The simplest is just to keep it in memory for a few minutes, which you can easily set up by running `git config --global credential.helper cache`.
8989
9090
For more information on the various credential caching options available, see <<_credential_caching>>.
9191
====

0 commit comments

Comments
 (0)