From 332d0079d93a31750a2252e01648652e007c70d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Faucon?= Date: Mon, 2 Jan 2017 21:43:40 +0100 Subject: [PATCH] Fix small typo in tig cheat sheet. --- tig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tig.md b/tig.md index e93647bfc..06dd0aa34 100644 --- a/tig.md +++ b/tig.md @@ -16,7 +16,7 @@ category: Git tig blame FILE tig master # Show a branch - tig test..master # Show difference between two bracnhes + tig test..master # Show difference between two branches tig FILE # Show history of file tig v0.0.3:README # Show contents of file in a specific revision