Skip to content

docs(guides): spelling and grammar fixes #2521

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides-ci-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

This guide assumes you have a already configured `commitlint` for local usage.
This guide assumes you have already configured `commitlint` for local usage.

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

Expand Down
4 changes: 2 additions & 2 deletions docs/guides-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = {
}
```

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

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.

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

### Breaking changes

#### Output on succesful commit will be ommited
#### Output on successful commit will be omitted

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

Expand Down