Skip to content

Commit ea5bad8

Browse files
0xlukemeshaben
andauthored
Apply suggestions from code review
Co-authored-by: Erin Shaben <eshaben@icloud.com>
1 parent fd09bae commit ea5bad8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tutorials/interoperability/xcm-channels/para-to-para.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before proceeding, ensure you meet the following requirements:
2525
- Blockchain network with a relay chain and at least two connected parachains
2626
- Wallet with sufficient funds to execute transactions on the participant chains
2727

28-
## Procedure for Initiate HRMP Channel Setup
28+
## Procedure to Initiate an HRMP Channel
2929

3030
This example will demonstrate how to open a channel between parachain 2500 and parachain 2600, using Rococo Local as the relay chain.
3131

@@ -119,7 +119,7 @@ After submitting the XCM message to initiate the HRMP channel opening, you shoul
119119

120120
If your channel request was successful, you should see an entry for your parachain ID in the list of open channel requests. This confirms that your request has been properly registered on the relay chain and is awaiting acceptance by the target parachain.
121121

122-
## Procedure for Accept HRMP Channel
122+
## Procedure to Accept an HRMP Channel
123123

124124
For the channel to be fully established, the target parachain must accept the channel request by submitting an XCM message to the relay chain.
125125

tutorials/interoperability/xcm-channels/para-to-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To successfully complete this process, you'll need to have the following in plac
2323
- An Asset Hub system chain
2424
- A wallet containing enough funds to cover transaction fees on each of the participating chains
2525

26-
## Procedure for Establish HRMP Channel
26+
## Procedure to Establish an HRMP Channel
2727

2828
This guide demonstrates opening an HRMP channel between parachain 2500 and system chain Asset Hub (parachain 1000) on the Rococo Local relay chain.
2929

tutorials/polkadot-sdk/system-chains/asset-hub/asset-conversion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Signing and submitting the transaction adds liquidity to the pool. To verify the
152152
153153
## Swap Assets
154154
155-
### Swap From an Exact Amount of Tokens
155+
### Swap from an Exact Amount of Tokens
156156
157157
The asset conversion pallet enables users to exchange a specific quantity of one asset for another in a designated liquidity pool by swapping them for an exact amount of tokens. It guarantees the user will receive at least a predetermined minimum amount of the second asset. This function increases trading predictability and allows users to conduct asset exchanges with confidence that they are assured a minimum return.
158158
@@ -210,7 +210,7 @@ Signing and submitting the transaction will execute the swap. To verify executio
210210

211211
![Swap From Exact Tokens Event](/images/tutorials/polkadot-sdk/system-chains/asset-hub/asset-conversion/asset-conversion-10.webp)
212212

213-
### Swap To an Exact Amount of Tokens
213+
### Swap to an Exact Amount of Tokens
214214

215215
Conversely, the Asset Conversion pallet comes with a function that allows users to trade a variable amount of one asset to acquire a precise quantity of another. It ensures that users stay within a set maximum of the initial asset to obtain the desired amount of the second asset. This provides a method to control transaction costs while achieving the intended result.
216216

0 commit comments

Comments
 (0)