Skip to content

Commit a6c5fd8

Browse files
Update arbitrum-docs/how-arbitrum-works/11-l2-to-l1-messaging.mdx
Co-authored-by: Gaël Blanchemain <[email protected]>
1 parent 7782f57 commit a6c5fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arbitrum-docs/how-arbitrum-works/11-l2-to-l1-messaging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Arbitrum has a canonical <a data-quicklook-from="bridge">bridge</a> design and a
121121
className="img-600px"
122122
/>
123123

124-
For any given gateway pairing, we require initiation of calls through the corresponding router (`L2GatewayRouter`) and that the gateways conform to the [TokenGateway] interfaces; the `TokenGateway` interfaces should be flexible and extensible enough to support any bridging functionality a particular token may require.
124+
For any given gateway pairing, calls have to be initiated through the corresponding router (`L2GatewayRouter`), and the gateways must conform to the `TokenGateway` interfaces; the `TokenGateway` interfaces should be flexible and extensible enough to support any bridging functionality a particular token may require.
125125

126126
Token withdrawals are the most common usage of child-to-parent chain messaging. The standard withdrawal process follows (for standard gateway):
127127

0 commit comments

Comments
 (0)