Skip to content

Commit 457ac5f

Browse files
authored
fix: typos in documentation files (paradigmxyz#12528)
1 parent d505089 commit 457ac5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: book/run/pruning.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ the steps for running Reth as a full node, what caveats to expect and how to con
1818
- Full Node – Reth node that has the latest state and historical data for only the last 10064 blocks available
1919
for querying in the same way as an archive node.
2020

21-
The node type that was chosen when first [running a node](./run-a-node.md) **can not** be changed after
21+
The node type that was chosen when first [running a node](./run-a-node.md) **cannot** be changed after
2222
the initial sync. Turning Archive into Pruned, or Pruned into Full is not supported.
2323

2424
## Modes

Diff for: docs/crates/stages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub trait Stage<DB: Database>: Send + Sync {
4343
}
4444
```
4545

46-
To get a better idea of what is happening at each part of the pipeline, lets walk through what is going on under the hood within the `execute()` function at each stage, starting with `HeaderStage`.
46+
To get a better idea of what is happening at each part of the pipeline, let's walk through what is going on under the hood within the `execute()` function at each stage, starting with `HeaderStage`.
4747

4848
<br>
4949

Diff for: docs/repo/labels.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For easier at-a-glance communication of the status of issues and PRs the followi
3030
- https://github.com/paradigmxyz/reth/labels/S-duplicate
3131
- https://github.com/paradigmxyz/reth/labels/S-wontfix
3232

33-
**Misc.**
33+
**Miscellaneous**
3434

3535
- https://github.com/paradigmxyz/reth/labels/S-needs-triage
3636
- https://github.com/paradigmxyz/reth/labels/S-controversial

0 commit comments

Comments
 (0)