Typo fix

Dan Schaper 2018-07-09 16:50:59 -07:00
parent 9de58589f7
commit 850356bf2a

@ -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`