Skip to content

Commit a0fcbe0

Browse files
authored
docs(guides): spelling and grammar fixes (conventional-changelog#2521)
1 parent df3bf71 commit a0fcbe0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guides-ci-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Enforce commit conventions with confidence by linting on your CI servers with `commitlint`.
44

5-
This guide assumes you have a already configured `commitlint` for local usage.
5+
This guide assumes you have already configured `commitlint` for local usage.
66

77
Follow the [Getting Started](./?id=getting-started) for basic installation and configuration instructions.
88

docs/guides-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ module.exports = {
9090
}
9191
```
9292

93-
Refer to the [Rules Referece](reference-rules.md) for a list of all avaiable configuration options.
93+
Refer to the [Rules Reference](reference-rules.md) for a list of all available configuration options.
9494

9595
There is also the [#commitlint](https://node-tooling.slack.com/messages/C7M8XJ4RL/) channel on the DevTools Slack workspace. Join us there and we'll do our best to help you with your migration.
9696

@@ -165,7 +165,7 @@ echo 'module.exports = {extends: ["@commitlint/config-conventional"]};';
165165

166166
### Breaking changes
167167

168-
#### Output on succesful commit will be ommited
168+
#### Output on successful commit will be omitted
169169

170170
- You can use the `--verbose` flag to get positive output
171171

0 commit comments

Comments
 (0)