Skip to content

Commit eb6a94b

Browse files
committed
Merge pull request #141 from paveljanik/patch-4
Add missing hyphen
2 parents 3782ebb + dbeeb90 commit eb6a94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/05-distributed-git/sections/contributing.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ The Git project provides a document that lays out a number of good tips for crea
4141
First, you don't want to submit any whitespace errors.
4242
Git provides an easy way to check for this – before you commit, run `git diff --check`, which identifies possible whitespace errors and lists them for you.
4343

44-
.Output of `git diff -check`.
45-
image::images/git-diff-check.png[Output of `git diff -check`.]
44+
.Output of `git diff --check`.
45+
image::images/git-diff-check.png[Output of `git diff --check`.]
4646

4747
If you run that command before committing, you can tell if you're about to commit whitespace issues that may annoy other developers.
4848

0 commit comments

Comments
 (0)