Skip to content

Commit e2aa2a5

Browse files
committed
docs: update prepareCommitMsg.ts
1 parent df92e3c commit e2aa2a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/prepareCommitMsg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function _splitPrefixes(value: string) {
6060
}
6161

6262
/**
63-
* Separate a message into a Conventional Commit type, if any, and the description.
63+
* Separate a message prefixs if any and the description.
6464
*/
6565
export function _splitMsg(msg: string) {
6666
const { prefix, description } = _splitPrefixDesc(msg)

0 commit comments

Comments
 (0)