Skip to content

Commit ed24bc1

Browse files
committed
fix typo per pr review
1 parent 8d4ef03 commit ed24bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff-so-fancy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if ($args->{color_on}) {
5252
$color_forced = 1;
5353
}
5454

55-
# `git add --patch` requries our output to match the number of lines from the
55+
# `git add --patch` requires our output to match the number of lines from the
5656
# input. So, when patch mode is active, we print out empty lines to pad our
5757
# output to match any lines we've consumed.
5858
if ($args->{patch}) {

0 commit comments

Comments
 (0)