Skip to content

Commit

Permalink
docs(readme): fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tx44 authored and marionebl committed Oct 4, 2017
1 parent 79c0cee commit a9f8bbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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

`commitlint` helps your team adhereing to a commit convention. By supporting npm-installed configurations it makes sharing of commit conventions easy.
`commitlint` helps your team adhering to a commit convention. By supporting npm-installed configurations it makes sharing of commit conventions easy.

# Getting started

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

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

## Test
Expand All @@ -59,7 +59,7 @@ commitlint --from=HEAD~1
## Documentation

* **Guides** - Common use cases explained in a step-by-step pace
* **Concepts** - Overarching topics important to unterstand the use of `commitlint`
* **Concepts** - Overarching topics important to understand the use of `commitlint`
* **Reference** - Mostly technical documentation


Expand Down

0 comments on commit a9f8bbe

Please sign in to comment.