Skip to content

Commit 44302b5

Browse files
committed
Merge pull request #146 from pra85/patch-1
docs(readme): fix typos
2 parents 58d492e + 5281108 commit 44302b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ npm install -g commitizen
1414
#### Using the command line tool
1515
Now, simply use `git cz` instead of `git commit` when committing.
1616

17-
When you're working in a Commitizen friendly repository, you'll be prompted to fill in any required fields and your commit messages will be formatted according to the the standards defined by project maintainers.
17+
When you're working in a Commitizen friendly repository, you'll be prompted to fill in any required fields and your commit messages will be formatted according to the standards defined by project maintainers.
1818

1919
[![Add and commit with Commitizen](https://github.com/commitizen/cz-cli/raw/master/meta/screenshots/add-commit.png)](https://github.com/commitizen/cz-cli/raw/master/meta/screenshots/add-commit.png)
2020

@@ -91,7 +91,7 @@ We know that every project and build process has different requirements so we've
9191
- [rb-conventional-changelog](https://www.npmjs.com/package/rb-conventional-changelog)
9292
- [cz-mapbox-changelog](https://www.npmjs.com/package/cz-mapbox-changelog)
9393

94-
To create an adapter, just fork one of these great adapters and modify it to suit your needs. We pass you an instance of [Inquirer.js](https://github.com/SBoudrias/Inquirer.js/) but you can capture input using whatever means neccesary. Just call the `commit` callback with a string and we'll be happy. Publish it to npm, and you'll be all set!
94+
To create an adapter, just fork one of these great adapters and modify it to suit your needs. We pass you an instance of [Inquirer.js](https://github.com/SBoudrias/Inquirer.js/) but you can capture input using whatever means necessary. Just call the `commit` callback with a string and we'll be happy. Publish it to npm, and you'll be all set!
9595

9696
### Philosophy
9797

0 commit comments

Comments
 (0)