cmd/evm: typo fix in docs (#26506)

This commit is contained in:
ucwong 2023-01-16 12:14:21 -06:00 committed by GitHub
parent 8d4c81dab1
commit f2758a8dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -476,7 +476,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=