Skip to content

Commit e3453fb

Browse files
committed
Merge pull request #183 from metabr/fix-typo
fix typo
2 parents 8a9c181 + 714514a commit e3453fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/credentials.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The stdin/stdout protocol is the same as git-credential, but they use a slightly
112112

113113
For the `store` and `erase` actions, no response is required (Git ignores it anyway).
114114
For the `get` action, however, Git is very interested in what the helper has to say.
115-
If the helper doesn't know anything useful, it can simply exit with no output, but it it does know, it should augment the provided information with the information it has stored.
115+
If the helper doesn't know anything useful, it can simply exit with no output, but if it does know, it should augment the provided information with the information it has stored.
116116
The output is treated like a series of assignment statements; anything provided will replace what Git already knows.
117117

118118
Here's the same example from above, but skipping git-credential and going straight for git-credential-store:

0 commit comments

Comments
 (0)