Skip to content

Commit

Permalink
Typo Update components.md (#1330)
Browse files Browse the repository at this point in the history
The word "that" is unnecessary. Corrected version in English:

"Verifying the message[^1] was included in the finalized Ethereum execution chain as tracked by our Ethereum light client."

Fixed.
  • Loading branch information
mdqst authored Nov 20, 2024
1 parent 0235d6c commit b14e54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The system BridgeHub parachain hosts various bridges to other chains, including

This [pallet](https://github.com/Snowfork/snowbridge/tree/main/parachain/pallets/inbound-queue) is responsible for accepting inbound messages from Ethereum. This involves the following:

1. Verifying that message[^1] that was included in the finalized Ethereum execution chain as tracked by our ethereum light client.
1. Verifying that message[^1] was included in the finalized Ethereum execution chain as tracked by our ethereum light client.
2. Converting the message to an [XCM](https://wiki.polkadot.network/docs/learn-xcm) script.
3. Sending the XCM script to the destination parachain.

Expand Down

0 comments on commit b14e54f

Please sign in to comment.