Skip to content

Commit 658ace4

Browse files
authored
Merge pull request #2024 from algonell/main
Fix a typo
2 parents 3404a4f + 761e7e3 commit 658ace4

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)