From e468e15e9c408cdce980de1bdc9d720ee73b6461 Mon Sep 17 00:00:00 2001 From: Pia <76558220+rkdud007@users.noreply.github.com> Date: Sat, 1 Jul 2023 14:37:11 +0300 Subject: [PATCH] fix(book): typo (#3521) --- book/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/intro.md b/book/intro.md index 143a8360e..3d739ba17 100644 --- a/book/intro.md +++ b/book/intro.md @@ -65,7 +65,7 @@ As a data engineer/analyst, or as a data indexer, you'll want to use Archive mod ## Is this secure? -Reth implements the specification of Ethereum as defined in the [ethereum/execution-specs](https://github.com/ethereum/execution-specs/) repository. To make sure the node is built securelty, we run the following tests: +Reth implements the specification of Ethereum as defined in the [ethereum/execution-specs](https://github.com/ethereum/execution-specs/) repository. To make sure the node is built securely, we run the following tests: 1. EVM state tests are run on every [Revm Pull Request](https://github.com/bluealloy/revm/blob/main/.github/workflows/ethereum-tests.yml) 1. Hive tests are [run every 24 hours](https://github.com/paradigmxyz/reth/blob/main/.github/workflows/hive.yml) in the main Reth repository.