From 850356bf2a4a18067b0812b3d5e5d43a3f625efe Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Mon, 9 Jul 2018 16:50:59 -0700 Subject: [PATCH] Typo fix --- Contributing-to-the-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing-to-the-project.md b/Contributing-to-the-project.md index 7504c38..8bed7f0 100644 --- a/Contributing-to-the-project.md +++ b/Contributing-to-the-project.md @@ -29,7 +29,7 @@ Git even has a `-s | --signoff` command line option to append this automatically [[How to amend a Signoff]] -If you have authored a commit that is missing the `Signed-off by` line, you can amend your commits +If you have authored a commit that is missing the `Signed-off-by` line, you can amend your commits and push them to GitHub `$ git commit --amend --signoff`