Skip to content
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

Fix typos and grammar in documentation #6798

Closed
wants to merge 2 commits into from
Closed
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
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Nimbus `v24.12.0` is a `low-urgency` release.

### Improvements

* Support `bootstrap_nodes.yaml` bootstrap node specificationn:
* Support `bootstrap_nodes.yaml` bootstrap node specification:
https://github.com/status-im/nimbus-eth2/pull/6751

2024-11-29 v24.11.0
Expand Down Expand Up @@ -2407,7 +2407,7 @@ It also brings further performance optimizations.
* A new `slashingdb` sub-command with `import` and `export` options. This allows for
safely migrating to Nimbus from another client (as per the [EIP-3076](https://eips.ethereum.org/EIPS/eip-3076)
slashing protection interchange format).
Please see the the newly prepared [migration guides](https://nimbus.guide/migration.html) for the details.
Please see the newly prepared [migration guides](https://nimbus.guide/migration.html) for the details.

* A new `ncli_db validatorPerf` command. This can be used to perform a textual
report for the attestation performance of a particular validator
Expand Down
2 changes: 1 addition & 1 deletion docs/the_nimbus_book/src/keep-an-eye.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ The string of letters -- what we call the `sync worker map` (in the above case r
```

!!! tip
You can also use you calls outlined in the [REST API page](./rest-api.md) to retrieve similar information.
You can also use the calls outlined in the [REST API page](./rest-api.md) to retrieve similar information.
Loading