From 186ed0a1e42e76be1d5b43d651bd2b12e1adcb45 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Sun, 12 Nov 2017 10:31:50 -0500 Subject: [PATCH] docs: small grammar fix --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 06d07bd..909f32a 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,7 @@ $ git add myfile $ git commit --amend --no-edit ``` -This is particularly useful when you have an open patch and you have committed an unnecessary file, and need to force push to update the patch on a remote. -`--no-edit` option is used to keep the existing commit message. +This is particularly useful when you have an open patch and you have committed an unnecessary file, and need to force push to update the patch on a remote. The `--no-edit` option is used to keep the existing commit message. ### I want to delete or remove my last commit