From b32468eeaebd36cfc0c26d18ae3d851b09246e06 Mon Sep 17 00:00:00 2001 From: Yegor Date: Wed, 4 Mar 2026 00:44:20 +0100 Subject: [PATCH] docs: improve grammar and terminology consistency in Building on Scroll section --- .../docs/en/developers/building-on-scroll.mdx | 42 +++++++++---------- .../en/developers/developer-ecosystem.mdx | 6 +-- .../ethereum-and-scroll-differences.mdx | 22 +++++----- .../guides/estimating-gas-and-tx-fees.mdx | 4 +- src/content/docs/en/developers/index.mdx | 10 ++--- .../erc1155-token-bridge.mdx | 2 +- .../developers/transaction-fees-on-scroll.mdx | 4 +- 7 files changed, 45 insertions(+), 45 deletions(-) diff --git a/src/content/docs/en/developers/building-on-scroll.mdx b/src/content/docs/en/developers/building-on-scroll.mdx index b3acc5371..28d9b37c0 100644 --- a/src/content/docs/en/developers/building-on-scroll.mdx +++ b/src/content/docs/en/developers/building-on-scroll.mdx @@ -13,22 +13,22 @@ import ToggleElement from "../../../../components/ToggleElement.astro" **Welcome to the Scroll developer documentation!** -Scroll is its own Layer 2 network built on Ethereum (more specifically, a “zero knowledge rollup”). +Scroll is its own Layer 2 network built on Ethereum (more specifically, a "zero-knowledge rollup"). -If you’re experienced in building on Ethereum, your code, dependencies, and tooling work with Scroll out of the box. This is possible because our network is compatible with EVM bytecode and designed to feel just like developing on Ethereum. +If you're experienced in building on Ethereum, your code, dependencies, and tooling work with Scroll out of the box. This is possible because our network is compatible with EVM bytecode and designed to feel just like developing on Ethereum. -