From a91bff47f05682520b9afe323b2227202f3dd155 Mon Sep 17 00:00:00 2001 From: Ali Serag Date: Mon, 8 Jul 2024 15:48:28 -0700 Subject: [PATCH] remove extra . --- docs/evm/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/evm/about.md b/docs/evm/about.md index 41e9e2da33..7dfe4168c7 100644 --- a/docs/evm/about.md +++ b/docs/evm/about.md @@ -10,7 +10,7 @@ Flow is an L1 that now supports EVM-equivalency. This means that all of Flow's p ## Seamless Integration for Ethereum Developers -EVM on Flow is designed to work out-of-the-box with the Ethereum toolchain or other clients.. Native EVM transactions also continue to be supported when using Metamask and other EVM-compatible clients. +EVM on Flow is designed to work out-of-the-box with the Ethereum toolchain or other clients. Native EVM transactions also continue to be supported when using Metamask and other EVM-compatible clients. EVM-equivalency on Flow works behind-the-scenes by implementing a minimal transaction script in Cadence, Flow's smart contract language, to integrate Flow features with EVM. This is made possible because EVM transactions are composed and executed within Cadence transactions, enabling novel use-cases and patterns for integration.