On Sat, 4 Feb 2023 at 23:03, M Hickford via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > --- a/Documentation/gitcredentials.txt > +++ b/Documentation/gitcredentials.txt > @@ -167,7 +167,7 @@ helper:: > If there are multiple instances of the `credential.helper` configuration > variable, each helper will be tried in turn, and may provide a username, > password, or nothing. Once Git has acquired both a username and a > -password, no more helpers will be tried. > +unexpired password, no more helpers will be tried. s/a unexpired/an unexpired/ (or "a non-expired", perhaps) Martin