We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2838438 commit 776908fCopy full SHA for 776908f
docs/reference/configuration.md
@@ -21,7 +21,7 @@
21
22
The file is expected
23
24
-- to contain valid JavaScript / Typescript
+- to contain valid JavaScript / TypeScript
25
- export a configuration object
26
- adhere to the schema outlined below
27
@@ -105,9 +105,9 @@ export default Configuration;
105
> module.exports = Configuration;
106
> ```
107
108
-### Typescript configuration
+### TypeScript configuration
109
110
-Configuration can also be a typescript file.
+Configuration can also be a TypeScript file.
111
112
Relevant types and enums can be imported from `@commitlint/types`.
113
0 commit comments