Skip to content

Commit d32c402

Browse files
authored
Fix typo estimating-gas-and-tx-fees.mdx (scroll-tech#125)
fix typo - c*ontracts* ---->*contracts*
1 parent a2fbe8c commit d32c402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en/developers/guides/estimating-gas-and-tx-fees.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ But it also exposes the `getL1Fee(bytes memory data)` function, which abstracts
5353

5454
First of all, let’s quickly go over the key folders inside our project structure.
5555

56-
It’s a standard Hardhat project, but most of our work is inside the c*ontracts* and _scripts_ folders.
56+
It’s a standard Hardhat project, but most of our work is inside the *contracts* and _scripts_ folders.
5757

5858
<ClickToZoom src={txFeesProjectStructure} />
5959

0 commit comments

Comments
 (0)