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 in documentation files #12528

Merged
merged 3 commits into from
Nov 14, 2024
Merged
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 book/run/pruning.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ the steps for running Reth as a full node, what caveats to expect and how to con
- Full Node – Reth node that has the latest state and historical data for only the last 10064 blocks available
for querying in the same way as an archive node.

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

## Modes
Expand Down
2 changes: 1 addition & 1 deletion docs/crates/stages.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub trait Stage<DB: Database>: Send + Sync {
}
```

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`.
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`.

<br>

Expand Down
2 changes: 1 addition & 1 deletion docs/repo/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For easier at-a-glance communication of the status of issues and PRs the followi
- https://github.com/paradigmxyz/reth/labels/S-duplicate
- https://github.com/paradigmxyz/reth/labels/S-wontfix

**Misc.**
**Miscellaneous**

- https://github.com/paradigmxyz/reth/labels/S-needs-triage
- https://github.com/paradigmxyz/reth/labels/S-controversial
Expand Down