From c858da555d608eb648193554933a0976e6acba1e Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 16 Jan 2023 19:23:24 +0900 Subject: [PATCH] cmd/evm: fix typo in README.md (#26500) --- cmd/evm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/evm/README.md b/cmd/evm/README.md index 8496e72353..2962158612 100644 --- a/cmd/evm/README.md +++ b/cmd/evm/README.md @@ -585,7 +585,7 @@ type Txs []string #### `clique` -The `clique` object provides the neccesary information to complete a clique +The `clique` object provides the necessary information to complete a clique seal of the block. ```go=