Skip to content

Commit 1befbef

Browse files
authored
docs: fix typos (#5689)
* fix typos * fix typos * fix typo * fix typo
1 parent cafa1f3 commit 1befbef

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/block_flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Blocks are considered trusted if they come from:
7878

7979
A block with a valid cryptographic signature is considered SigVerified.
8080
This is a weaker guarantee than Trusted as the block might still be invalid according to the state transition function.
81-
Such a block are produced if incoming gossip blocks' signatures are batched together for batch verification **before** being passed to state transition.
81+
Such a block is produced if incoming gossip blocks' signatures are batched together for batch verification **before** being passed to state transition.
8282

8383
#### TransitionVerifiedBeaconBlocks
8484

@@ -149,7 +149,7 @@ There is no backpressure handling at the RequestManager and Gossip level with re
149149

150150
There is backpressure handling at the Quarantine level:
151151
- Blocks in the SharedBlockQueue that are missing parents
152-
are put in quarantine, only 16 can be stored and new candidate are dropped as long as the older ones are unresolved.
152+
are put in quarantine, only 16 can be stored and new candidates are dropped as long as the older ones are unresolved.
153153

154154
##### Latency & Throughput sensitiveness
155155

docs/cpu_features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ nim c -r -d:danger --passC:"-mbmi2 -madx" --hints:off --warnings:off --verbosity
7575
```
7676

7777
**Verification** is the bottleneck as it must be done for each block and attestation or aggregate received
78-
and verifying a block requires verifying up to 6 signatures (block proposer, RANDAO, aggregate verifification of attestations, proposer slashings, attester slashings, voluntary exits).
78+
and verifying a block requires verifying up to 6 signatures (block proposer, RANDAO, aggregate verification of attestations, proposer slashings, attester slashings, voluntary exits).
7979
**Signing** can become a bottleneck when a node has many validators.
8080

8181
**Without BMI2 & ADX**
@@ -104,7 +104,7 @@ Serial batch verify 6 msgs by 6 pubkeys (with blinding) 282.562 ops/s 3539
104104

105105
### SHA-NI
106106

107-
The hardware SHA instructions has NOT been available in Intel consumer hardware until 2021.
107+
The hardware SHA instructions have NOT been available in Intel consumer hardware until 2021.
108108
AMD has made it available in Zen architecture since 2017.
109109

110110
Intel:

docs/the_nimbus_book/src/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ As such, it's a good idea to create your keys from mnemonics which act as anothe
317317
This will be the default for validators who join via this site's onboarding process.
318318

319319
If the validator can no longer propose or attest, their balance will decrease over time as they are punished for not participating in the consensus process.
320-
When the validator's balance reaches 16 ETH, they will be automatically exited from the validator pool, and 16 ETH will be transfered to their withdrawal address (as long it's specified).
320+
When the validator's balance reaches 16 ETH, they will be automatically exited from the validator pool, and 16 ETH will be transferred to their withdrawal address (as long it's specified).
321321

322322
!!! note
323323
After the Capella hard-fork, activated on 12th of April 2023, all exited validators that use `0x01` withdrawal credentials will have their funds automatically withdrawn.

installer/macos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This directory contains a set of files used for building a PKG macOS
22
installation package for the Nimbus beacon node.
33

4-
To build the package, you'll need XCode and and the "Packages" tool freeware
4+
To build the package, you'll need XCode and the "Packages" tool freeware
55
developer tool from:
66
http://s.sudre.free.fr/Software/Packages/about.html
77

0 commit comments

Comments
 (0)