From 67773ade8e8dc125fcdfdc64b2129646696d0d61 Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:33:56 +0800 Subject: [PATCH] docs: fix typos (#4963) --- book/installation/build-for-arm-devices.md | 2 +- book/run/private-testnet.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/book/installation/build-for-arm-devices.md b/book/installation/build-for-arm-devices.md index 94da76eae..0f86d95ab 100644 --- a/book/installation/build-for-arm-devices.md +++ b/book/installation/build-for-arm-devices.md @@ -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 diff --git a/book/run/private-testnet.md b/book/run/private-testnet.md index f94d4f13e..5c7f315b8 100644 --- a/book/run/private-testnet.md +++ b/book/run/private-testnet.md @@ -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: