We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54c3c5 commit df5867fCopy full SHA for df5867f
1 file changed
src/prepareCommitMsg.d.ts
@@ -1,12 +1,12 @@
1
import { CONVENTIONAL_TYPE } from "./lib/constants";
2
3
/**
4
- * Conventional Commit Message standard components, but reduced.
+ * Standard components of Conventional Commit Message but reduced.
5
*
6
* See documentation in this project:
7
* docs/manual/conventional-commits.md
8
9
- * For simplicity, scope is used inside the typePrefix rather than a separate
+ * For simplicity, scope is used inside the `typePrefix` rather than a separate
10
* attribute - see the docstring on `CONVENTIONAL_TYPE`.
11
*/
12
export type ConvCommitMsg = {
0 commit comments