File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
25
25
[ ![ npm latest] [ 2 ]] [ 3 ] [ ![ npm next] [ 10 ]] [ 3 ] [ ![ Travis branch] [ 4 ]] [ 5 ] [ ![ AppVeyor branch] [ 6 ]] [ 7 ]
26
26
27
- ` commitlint ` helps your team adhereing to a commit convention. By supporting npm-installed configurations it makes sharing of commit conventions easy.
27
+ ` commitlint ` helps your team adhering to a commit convention. By supporting npm-installed configurations it makes sharing of commit conventions easy.
28
28
29
29
# Getting started
30
30
@@ -37,7 +37,7 @@ npm install -g @commitlint/cli @commitlint/config-angular
37
37
## Configure
38
38
39
39
``` bash
40
- echo " module.exports = {extends: [@commitlint/config-angular']}" > commitlint.config.js
40
+ echo " module.exports = {extends: [' @commitlint/config-angular']}" > commitlint.config.js
41
41
```
42
42
43
43
## Test
@@ -59,7 +59,7 @@ commitlint --from=HEAD~1
59
59
## Documentation
60
60
61
61
* ** Guides** - Common use cases explained in a step-by-step pace
62
- * ** Concepts** - Overarching topics important to unterstand the use of ` commitlint `
62
+ * ** Concepts** - Overarching topics important to understand the use of ` commitlint `
63
63
* ** Reference** - Mostly technical documentation
64
64
65
65
You can’t perform that action at this time.
0 commit comments