Skip to content

Commit

Permalink
chore: fix typo in CONTRIBUTING.md regarding git commit signoff
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Sep 5, 2024
1 parent 5af703a commit 3958396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ Please sign off your commits, to show that you agree to publish your changes und
, and to indicate agreement with [Developer Certificate of Origin (DCO)](https://developercertificate.org/).

```shell
git commit --signedoff ...
git commit --signeoff ...
```

0 comments on commit 3958396

Please sign in to comment.