Skip to content

Commit 28580ff

Browse files
committed
fixed typo in chapter 8 under core.pager
There is a typo in chapter 8 under core.pager last line, it say 'Git will page'. The word 'page' should be replaced with the word 'print' Signed-off-by: Hemant Kumar Meena <[email protected]>
1 parent 72e1959 commit 28580ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/08-customizing-git/sections/config.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ You can set it to `more` or to your favorite pager (by default, it's `less`), or
129129
$ git config --global core.pager ''
130130
----
131131

132-
If you run that, Git will page the entire output of all commands, no matter how long they are.
132+
If you run that, Git will print the entire output of all commands, no matter how long they are.
133133

134134
===== `user.signingkey`
135135

0 commit comments

Comments
 (0)