From 4cb52c015c31b734d48507b414f807fd96ae1547 Mon Sep 17 00:00:00 2001 From: Nicolas Dermine Date: Sun, 19 Nov 2017 18:56:54 +0100 Subject: [PATCH] fix typo (#142) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71f8366..c677505 100644 --- a/README.md +++ b/README.md @@ -297,7 +297,7 @@ If you want to only reset to some commit between origin and your local, you can (master)$ git checkout -f ``` -To reset only a specific file, you can use that the filename as the argument: +To reset only a specific file, you can use that filename as the argument: ```sh $ git reset filename