From 8be25f1d1a04ebe25e8fb17402f62c30b3b098de Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 19:56:03 +0000 Subject: [PATCH] Fix grammatical error in concepts/bridging/cross-domain.mdx Remove unnecessary comma before 'and' in compound predicate on line 26. --- concepts/bridging/cross-domain.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/bridging/cross-domain.mdx b/concepts/bridging/cross-domain.mdx index a7455c978..deb14a41b 100644 --- a/concepts/bridging/cross-domain.mdx +++ b/concepts/bridging/cross-domain.mdx @@ -23,7 +23,7 @@ Depositing assets from L1 to L2 follows a structured process that ensures funds The message is received by the OptimismPortal on L2. Here, the deposited assets are held securely until the transaction is finalized. The portal initiates the deposit transaction, updating the user's balance on L2. 4. **Finalization (L2 CrossDomain Messenger):** - The L2 CrossDomain Messenger processes the deposit by updating the user's account balance, and making the assets available for use on L2. + The L2 CrossDomain Messenger processes the deposit by updating the user's account balance and making the assets available for use on L2. ## Transaction (Tx) Flow