docs: fix vale linting errors

- are not > aren't
- auto-_ > auto _
- avoid backend
- cannot > can't
- do not > don't
- does not > doesn't
- ignore emoji code
- has not > hasn't
- ignore Microsoft.GeneralURL
- is not > isn't
- it is > it's
- no exclamation point
- put code inside code blocks
- put commit sha inside code blocks
- put exception message in code blocks
- remove slang
- should not > shouldn't
- they are > they're
- we are > we're
- will not > won't
This commit is contained in:
jo 2022-09-24 17:40:05 +02:00 committed by Kyle Robbertze
parent 722a683896
commit 50809a933c
42 changed files with 174 additions and 160 deletions

View file

@ -32,7 +32,7 @@ This guide walks you through the steps required to release a new version of Libr
:::caution
This guide is still a work in progress, and does not cover every use cases. Depending on
This guide is still a work in progress, and doesn't cover every use cases. Depending on
the version bump, some steps might be wrong. For example, in case of a patch release,
the documentation requires different changes.
@ -133,7 +133,7 @@ Squash the changes and open a pull request for others to review:
git rebase --autosquash --interactive main
```
Merge the pull request when it is reviewed and ready.
Merge the pull request when it's reviewed and ready.
### 5. Create and push a tag