From 64670f7c3292b9cdcfab2666fb8e6effe272dea8 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 20 Jul 2022 23:04:10 -0400 Subject: [PATCH] fix typo --- content/git-diff-highlight.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.