From d32c402db310faa1345cafff5838ae90c300709f Mon Sep 17 00:00:00 2001 From: AnnabelDuska <151347490+AnnabelDuska@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:29:09 +0300 Subject: [PATCH] Fix typo estimating-gas-and-tx-fees.mdx (#125) fix typo - c*ontracts* ---->*contracts* --- .../docs/en/developers/guides/estimating-gas-and-tx-fees.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/developers/guides/estimating-gas-and-tx-fees.mdx b/src/content/docs/en/developers/guides/estimating-gas-and-tx-fees.mdx index 68629e130..339c10bde 100644 --- a/src/content/docs/en/developers/guides/estimating-gas-and-tx-fees.mdx +++ b/src/content/docs/en/developers/guides/estimating-gas-and-tx-fees.mdx @@ -53,7 +53,7 @@ But it also exposes the `getL1Fee(bytes memory data)` function, which abstracts First of all, let’s quickly go over the key folders inside our project structure. -It’s a standard Hardhat project, but most of our work is inside the c*ontracts* and _scripts_ folders. +It’s a standard Hardhat project, but most of our work is inside the *contracts* and _scripts_ folders.