Skip to content

Commit a9f8bbe

Browse files
tx44marionebl
authored andcommitted
docs(readme): fix some typos
1 parent 79c0cee commit a9f8bbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
[![npm latest][2]][3] [![npm next][10]][3] [![Travis branch][4]][5] [![AppVeyor branch][6]][7]
2626

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.
2828

2929
# Getting started
3030

@@ -37,7 +37,7 @@ npm install -g @commitlint/cli @commitlint/config-angular
3737
## Configure
3838

3939
```bash
40-
echo "module.exports = {extends: [@commitlint/config-angular']}" > commitlint.config.js
40+
echo "module.exports = {extends: ['@commitlint/config-angular']}" > commitlint.config.js
4141
```
4242

4343
## Test
@@ -59,7 +59,7 @@ commitlint --from=HEAD~1
5959
## Documentation
6060

6161
* **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`
6363
* **Reference** - Mostly technical documentation
6464

6565

0 commit comments

Comments
 (0)