Skip to content

Commit 761e7e3

Browse files
committed
Fix a typo
There is a typo in bisect section: show -> shows, fix it.
1 parent 3404a4f commit 761e7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Bisecting: 1 revisions left to test after this
111111
----
112112

113113
This commit is fine, and now Git has all the information it needs to determine where the issue was introduced.
114-
It tells you the SHA-1 of the first bad commit and show some of the commit information and which files were modified in that commit so you can figure out what happened that may have introduced this bug:
114+
It tells you the SHA-1 of the first bad commit and shows some of the commit information and which files were modified in that commit so you can figure out what happened that may have introduced this bug:
115115

116116
[source,console]
117117
----

0 commit comments

Comments
 (0)