diff --git a/src/content/docs/en/developers/building-on-scroll.mdx b/src/content/docs/en/developers/building-on-scroll.mdx index b3acc5371..de2bc0736 100644 --- a/src/content/docs/en/developers/building-on-scroll.mdx +++ b/src/content/docs/en/developers/building-on-scroll.mdx @@ -13,13 +13,13 @@ 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 will 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. -