From 9a3b6379fb3ec250ad1ef91d35bd31a271a00f79 Mon Sep 17 00:00:00 2001 From: ichaichai <101322636+ichaichai@users.noreply.github.com> Date: Thu, 14 May 2026 05:37:26 +0900 Subject: [PATCH] =?UTF-8?q?fix(docs):=20fix=20typo=20"Etherum"=20=E2=86=92?= =?UTF-8?q?=20"Ethereum"=20in=20diffs-ethereum-base?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes a typo in the opening sentence. "Etherum" should be "Ethereum". --- docs/base-chain/network-information/diffs-ethereum-base.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/base-chain/network-information/diffs-ethereum-base.mdx b/docs/base-chain/network-information/diffs-ethereum-base.mdx index 191af4491..244744d45 100644 --- a/docs/base-chain/network-information/diffs-ethereum-base.mdx +++ b/docs/base-chain/network-information/diffs-ethereum-base.mdx @@ -3,7 +3,7 @@ title: "Differences between Ethereum and Base" sidebarTitle: 'Differences: Ethereum & Base' --- -Base is built to be as compatible as possible to Etherum, and there are very few differences when it comes to building on Base versus Ethereum. +Base is built to be as compatible as possible to Ethereum, and there are very few differences when it comes to building on Base versus Ethereum. However, there are still some minor discrepancies between the behavior of Base and Ethereum that you should be aware of when building apps on top of Base. @@ -15,4 +15,4 @@ These minor differences include: - [Opcodes](https://docs.optimism.io/stack/differences#opcodes) - [Address aliasing](https://docs.optimism.io/stack/differences#address-aliasing) - [Transaction costs](https://docs.optimism.io/stack/differences#transaction-fees) -- [Chain Finality](https://docs.optimism.io/stack/differences#chain-finality) \ No newline at end of file +- [Chain Finality](https://docs.optimism.io/stack/differences#chain-finality)