Skip to content

Commit 11863e7

Browse files
author
Vipul Kumar
committed
[Fix] add missing "this" keyword
See @ben's comment on PR #1444[1]. [1]: #1444 (comment)
1 parent 7d59c28 commit 11863e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/01-introduction/sections/help.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $ git <verb> --help
1010
$ man git-<verb>
1111
----
1212

13-
For example, you can get the manpage help for the `git config` command by running:(((git commands, help)))
13+
For example, you can get the manpage help for the `git config` command by running this:(((git commands, help)))
1414

1515
[source,console]
1616
----

0 commit comments

Comments
 (0)