Skip to content

Commit

Permalink
docs: minor typo in read me (#170)
Browse files Browse the repository at this point in the history
'bellow' should be 'below'
  • Loading branch information
TibebeJS authored Jun 28, 2022
1 parent b947763 commit cada456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Here are the options you can set in your `.cz-config.js`:
* **typeSuffix**: {string, default ''}: This is the commit type suffix. Example: config: `{ typePrefix: '[', typeSuffix: ']', subjectSeparator: ' ' }`, result: `[feat] this is a new feature`

* **scopes**: {Array of Strings}: Specify the scopes for your particular project. Eg.: for some banking system: ["acccounts", "payments"]. For another travelling application: ["bookings", "search", "profile"]
* **scopeOverrides**: {Object where key contains a Array of String}: Use this when you want to override scopes for a specific commit type. Example bellow specify scopes when type is `fix`:
* **scopeOverrides**: {Object where key contains a Array of String}: Use this when you want to override scopes for a specific commit type. Example below specify scopes when type is `fix`:
```
scopeOverrides: {
fix: [
Expand Down

0 comments on commit cada456

Please sign in to comment.