Documentation: config: improve word ordering for http.cookieFile
Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Brian Norris committed
May 4, 2016 at 11:42 UTC
06ea368bb160af9684a3484c78fddc5af16476ef
1 file changed
+1
-1
Documentation/config.txt
+1
-1
@@ -1602,7 +1602,7 @@ http.cookieFile::
1602
in the Git http session, if they match the server. The file format
1603
of the file to read cookies from should be plain HTTP headers or
1604
the Netscape/Mozilla cookie file format (see linkgit:curl[1]).
1605
- NOTE that the file specified with http.cookieFile is only used as
1605
+ NOTE that the file specified with http.cookieFile is used only as
1606
input unless http.saveCookies is set.
1607
1608
http.saveCookies::