From d540c89d29750aaf50d4458820428224ea91cc35 Mon Sep 17 00:00:00 2001 From: Vegard Stikbakke Date: Tue, 27 Apr 2021 13:18:20 +0200 Subject: [PATCH] docs: fix typo in EVM tracing (#22744) --- docs/_dapp/tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_dapp/tracing.md b/docs/_dapp/tracing.md index 6db5886b7d..d78143515e 100644 --- a/docs/_dapp/tracing.md +++ b/docs/_dapp/tracing.md @@ -12,7 +12,7 @@ transaction. Having code associated with Ethereum accounts permits transactions to do arbitrarilly complex data storage and enables them to act on the previously stored data by further transacting internally with outside accounts and contracts. This creates an intertwined -ecosystem of contracts, where a single transaction can interact with tens or hunderds of +ecosystem of contracts, where a single transaction can interact with tens or hundreds of accounts. The downside of contract execution is that it is very hard to say what a transaction