Skip to content

Commit df5867f

Browse files
committed
update prepareCommitMsg.d.ts
1 parent b54c3c5 commit df5867f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/prepareCommitMsg.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { CONVENTIONAL_TYPE } from "./lib/constants";
22

33
/**
4-
* Conventional Commit Message standard components, but reduced.
4+
* Standard components of Conventional Commit Message but reduced.
55
*
66
* See documentation in this project:
77
* docs/manual/conventional-commits.md
88
*
9-
* For simplicity, scope is used inside the typePrefix rather than a separate
9+
* For simplicity, scope is used inside the `typePrefix` rather than a separate
1010
* attribute - see the docstring on `CONVENTIONAL_TYPE`.
1111
*/
1212
export type ConvCommitMsg = {

0 commit comments

Comments
 (0)