Skip to content

Commit 776908f

Browse files
docs: fix TypeScript capitalization (#4539)
1 parent 2838438 commit 776908f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
The file is expected
2323

24-
- to contain valid JavaScript / Typescript
24+
- to contain valid JavaScript / TypeScript
2525
- export a configuration object
2626
- adhere to the schema outlined below
2727

@@ -105,9 +105,9 @@ export default Configuration;
105105
> module.exports = Configuration;
106106
> ```
107107
108-
### Typescript configuration
108+
### TypeScript configuration
109109
110-
Configuration can also be a typescript file.
110+
Configuration can also be a TypeScript file.
111111
112112
Relevant types and enums can be imported from `@commitlint/types`.
113113

0 commit comments

Comments
 (0)