Skip to content

Commit 98ecfa1

Browse files
reconbotpvdlg
authored andcommitted
fix(readme): Fix spelling errors
1 parent 5ec0c73 commit 98ecfa1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Customizable commit-analyzer plugin for [semantic-release](https://github.com/se
1717

1818
By default `commit-analyzer` uses the `angular` format described in [Angular convention](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/convention.md).
1919

20-
Additionnal options can be set within the plugin definition in `package.json` to use a different commit format and to customize it:
20+
Additional options can be set within the plugin definition in `package.json` to use a different commit format and to customize it:
2121

2222
```json
2323
{
@@ -77,7 +77,7 @@ With the previous example:
7777

7878
#### Default rules matching
7979

80-
If a commit doesn't match any rule in `releaseRules` it will be evaluated agaisnt the [default release rules](lib/default/release-rules.js).
80+
If a commit doesn't match any rule in `releaseRules` it will be evaluated against the [default release rules](lib/default/release-rules.js).
8181

8282
With the previous example:
8383
* Commits with a breaking change will be associated with a `minor` release.
@@ -96,7 +96,7 @@ With the previous example:
9696

9797
#### Multiple commits
9898

99-
If there is multiple commits that match one or more rules, the one with the highest realease type will determine the global release type.
99+
If there is multiple commits that match one or more rules, the one with the highest release type will determine the global release type.
100100

101101
Considering the following commits:
102102
* `docs(README): Add more details to the API docs`
@@ -106,7 +106,7 @@ With the previous example the release type determine by the plugin will be `mino
106106

107107
#### Specific commit properties
108108

109-
The properties to set in the rules will depends on the commit style choosen. For example [conventional-changelog-angular](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/index.js#L9-L13) use the commit properties `type`, `scope` and `subject` but [conventional-changelog-eslint](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-eslint/index.js#L9-L12) uses `tag` and `message`.
109+
The properties to set in the rules will depends on the commit style chosen. For example [conventional-changelog-angular](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/index.js#L9-L13) use the commit properties `type`, `scope` and `subject` but [conventional-changelog-eslint](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-eslint/index.js#L9-L12) uses `tag` and `message`.
110110

111111
For example with `eslint` preset:
112112
```json

0 commit comments

Comments
 (0)