Skip to content

Commit 3bb948b

Browse files
author
Charlike Mike Reagent
committed
fix(readme): a typo
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
1 parent 818b4a0 commit 3bb948b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.verb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ $ gitcommit -Ssxyw
8585
✔ List issues or PRs (e.g. fixes #1771, resolves #371) … fixes #33, resolves #511
8686
```
8787

88-
The actual `git command` which will be executed is like
88+
The actual `git commit` command which will be executed is like
8989

9090
```
91-
$ git commit -S -s --allow-empty-message -m "major(refactor): huge api change" -m "" -m "some pretty long body description." -m "" -m "fixes #33, closes #511"
91+
$ git commit --allow-empty-message -S -s -m "major(refactor): huge api change" -m "" -m "some pretty long body description." -m "" -m "fixes #33, closes #511"
9292
```
9393

9494
<!--

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ $ gitcommit -Ssxyw
8989
✔ List issues or PRs (e.g. fixes #1771, resolves #371) … fixes #33, resolves #511
9090
```
9191

92-
The actual `git command` which will be executed is like
92+
The actual `git commit` command which will be executed is like
9393

9494
```
95-
$ git commit -S -s --allow-empty-message -m "major(refactor): huge api change" -m "" -m "some pretty long body description." -m "" -m "fixes #33, closes #511"
95+
$ git commit --allow-empty-message -S -s -m "major(refactor): huge api change" -m "" -m "some pretty long body description." -m "" -m "fixes #33, closes #511"
9696
```
9797

9898
<!--

0 commit comments

Comments
 (0)