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

Corrections of Spelling and Grammar Errors #6753

Closed
wants to merge 3 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
2 changes: 1 addition & 1 deletion docs/the_nimbus_book/src/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Nimbus has undergone an extensive multi-vendor ([ConsenSys Diligence](https://co
During that process, we were notified of several issues within the codebase.
These issues have been addressed, contributing significantly to the overall security of Nimbus and other applications that use its libraries.

Additionally, as a result of the work done from our security vendors, we have incoroprated many new security processes and tooling to improve our ability to find security issues in the future.
Additionally, as a result of the work done from our security vendors, we have incorporated many new security processes and tooling to improve our ability to find security issues in the future.

For more information on the issues and how they were addressed, the interested reader should direct themselves to the [scoped repositories](https://github.com/status-im/nimbus-eth2/labels?q=audit); all reported issues and their mitigations are open to the public.

Expand Down
2 changes: 1 addition & 1 deletion docs/the_nimbus_book/src/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The `stable` branch tracks the latest released version of Nimbus and is suitable
mingw32-make # this first invocation will update the Git submodules
```

You can now follow the instructions in this this book by replacing `make` with `mingw32-make` (you should run `mingw32` regardless of whether you're running 32-bit or 64-bit architecture):
You can now follow the instructions in this book by replacing `make` with `mingw32-make` (you should run `mingw32` regardless of whether you're running 32-bit or 64-bit architecture):

```bash
mingw32-make test # run the test suite
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 @@ -19,7 +19,7 @@ To keep track of your sync progress, pay attention to the `Slot start` messages

```
INF 2022-06-16 13:23:11.008+02:00 Slot start
topics="beacnde"
topics="beacnode"
slot=4046214
epoch=126444
sync="00h37m (99.38%) 11.0476slots/s (DDQQDDDPDD:4021215)"
Expand Down
Loading