diff --git a/content/git-diff-highlight.md b/content/git-diff-highlight.md index 2a13c19..a53bf9a 100644 --- a/content/git-diff-highlight.md +++ b/content/git-diff-highlight.md @@ -11,7 +11,7 @@ diff output from git can be hard to read. luckily there's a nice tool bundled wi enter [diff-highlight](https://github.com/git/git/tree/master/contrib/diff-highlight), a little perl script found in git's contrib directory. -from it's own documentation: +from its own documentation: > [diff-highlight] post-processes the line-oriented diff, finds pairs of lines, and highlights the differening segments.