From 698e64ff43b47031cb3c847c8bc87dfa1bc80919 Mon Sep 17 00:00:00 2001 From: Mitya Teryaew Date: Wed, 4 Oct 2017 20:08:56 +0300 Subject: [PATCH] docs(readme): fix some typos --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index d5695de60e..67551896a9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 @@ -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 @@ -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