Skip to content

Commit

Permalink
docs: fix typos (paradigmxyz#4963)
Browse files Browse the repository at this point in the history
  • Loading branch information
vuittont60 authored Oct 10, 2023
1 parent 1cccd09 commit 67773ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/installation/build-for-arm-devices.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building for ARM devices

Reth can be build for and run on ARM devices, but there are a few things to take into considerations before.
Reth can be built for and run on ARM devices, but there are a few things to take into considerations before.

## CPU Architecture

Expand Down
2 changes: 1 addition & 1 deletion book/run/private-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ b454497fbec8 el-1-reth-lighthouse engine-rpc: 8551/tcp -
Great! You now have a private network with 2 full Ethereum nodes on your local machine over Docker - one that is a Reth/Lighthouse pair and another that is Reth/Teku. Check out the [Kurtosis docs](https://docs.kurtosis.com/cli) to learn about the various ways you can interact with and inspect your network.

## Using Kurtosis on Kubernetes
Kurtosis packages are portable and reproducible, meaning they will work the same way over Docker or Kubernetes, locally or on remote infrsatructure. For use cases that require a larger scale, Kurtosis can be deployed on Kubernetes by following these docs [here](https://docs.kurtosis.com/k8s/).
Kurtosis packages are portable and reproducible, meaning they will work the same way over Docker or Kubernetes, locally or on remote infrastructure. For use cases that require a larger scale, Kurtosis can be deployed on Kubernetes by following these docs [here](https://docs.kurtosis.com/k8s/).

## Running the network with additional services
The [`ethereum-package`](https://github.com/kurtosis-tech/ethereum-package) comes with many optional flags and arguments you can enable for your private network. Some include:
Expand Down

0 comments on commit 67773ad

Please sign in to comment.