Skip to content

Commit 5281108

Browse files
committed
docs(readme): fix typos
Remove extra `the` `neccesary` → `necessary`
1 parent bf6d2db commit 5281108

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

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

86-
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!
86+
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!
8787

8888
### Philosophy
8989

0 commit comments

Comments
 (0)