From 6ad8a1069fec5f8383096e6ccccb246d79feefe6 Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Tue, 22 Apr 2014 15:55:35 -0400 Subject: [PATCH] less jarring example text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5debf97..2d76e72 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ https://github.com/rails/rails/blob/master/activemodel/lib/active_model.rb#L53-L If a particular commit fixes an issue, any of the keywords `fix/fixes/fixed`, `close/closes/closed` or `resolve/resolves/resolved`, followed by the issue number, will close the issue once it is committed to the master branch. ```bash -$ git commit -m "Fix cock up, fixes #12" +$ git commit -m "Fix screwup, fixes #12" ``` This closes the issue and references the closing commit.