Skip to content

Commit 8bb15a1

Browse files
authored
Merge pull request #1164 from katrinleinweber/patch-1
Format quoted option string as <code> in HTML
2 parents 5f97c64 + 0a74395 commit 8bb15a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/advanced-merging.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Let's explore a couple of tools that you now have at your disposal to determine
357357
Perhaps it's not obvious how exactly you should fix this conflict.
358358
You need more context.
359359

360-
One helpful tool is `git checkout` with the `--conflict' option.
360+
One helpful tool is `git checkout` with the `--conflict` option.
361361
This will re-checkout the file again and replace the merge conflict markers.
362362
This can be useful if you want to reset the markers and try to resolve them again.
363363

0 commit comments

Comments
 (0)