Skip to content

Commit 8f055de

Browse files
committed
Fixed a bunch of typos.
Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com>
1 parent 734c2ca commit 8f055de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Handover.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Add the new / active maintainer to the following files: MAINTAINERS.md, CODEOWNE
1616

1717
## Verify CI / Github actions:
1818

19-
Currently, all GH actions trigger on pull request assuming branch protection is in place (as it should).
19+
Currently, all GH actions trigger on pull request, unless stated otherwise, assuming[ branch protection is in place](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches) (as it should).
2020

21-
THe following GH actions are pre-configured:
21+
The following GH actions are pre-configured:
2222

2323
- audit - security audit against a DB of all known vulnerabilities. Runs on every PR. Active by default.
2424
- linter / clippy - Checks against a massive database of known Rust lints. Runs on every PR. Active by default.
@@ -38,7 +38,7 @@ Rust packages are published to the crates.io registry. To do so, the following s
3838
2) Verify the pre-defined meta data in Cargo.toml. Repo & homepage is already set to https://github.com/timeplus-io/proton-rust-client
3939
3) Create a free account on https://crates.io/
4040
4) Create an API token in the dashboard
41-
5) login locally, from a terminal: ```cargo login``` Then at the prompt put in the token specified.
41+
5) Login locally, from a terminal: ```cargo login``` Then at the prompt put in the token specified.
4242
6) Conduct a dry run to see if everything is correct: ```cargo publish --dry-run```
4343
7) When the dry run completes without error, publish the first version: ```cargo publish```
4444

@@ -52,7 +52,7 @@ The conventional Rust release process requires a fair amount of manual steps, su
5252
adding new git tags, generating changelog, publishing to crates.io etc. For full automation, the release-plz system
5353
has already been pre-configured.
5454

55-
Release-plz automates your relase process:
55+
Release-plz automates your release process:
5656

5757
* CHANGELOG generation (with git-cliff).
5858
* Creation of GitHub/Gitea releases.
@@ -69,7 +69,7 @@ and add your crates.io API token as a Github secret.
6969
Once the release-plz is enabled, every push to main is added to a generated release PR. When the release PR
7070
is merged, a new release is fully automatically published to the cargo registry and the documentation is uploaded to rustdocs.org.
7171

72-
For details on how to configure relese-plz, consult the documentation:
72+
For details on how to configure release-plz, consult the documentation:
7373
https://github.com/MarcoIeni/release-plz
7474

7575
For details of how to add a GH secret, see the official GH documentation:

0 commit comments

Comments
 (0)