Skip to content

Commit 42120db

Browse files
committed
feedback
1 parent 988aa72 commit 42120db

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tutorials/interoperability/xcm-transfers/from-relaychain-to-parachain.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ You can perform the reserve-backed transfer using either the [Polkadot.js Apps i
3939

4040
## Use Polkadot.js Apps
4141

42-
Open two browser tabs and can connect these endpoints using the [Polkadot.js Apps](https://polkadot.js.org/apps/){target=\_blank} interface:
42+
Use the [Polkadot.js Apps](https://polkadot.js.org/apps/){target=\_blank} interface to connect to each chain. Open two browser tabs—one for each chain—and follow these steps:
4343

44-
a. Add the custom endpoint for each chain
44+
a. Add the custom endpoint for each chain, as defined above.
4545

46-
b. Click **Switch** to connect to the respective network
46+
b. Click **Switch** to connect to the respective network.
4747

4848
![](/images/tutorials/interoperability/xcm-transfers/from-relaychain-to-parachain/from-relaychain-to-parachain-01.webp)
4949

tutorials/smart-contracts/deploy-erc20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Deployment is the process of publishing your compiled smart contract to the bloc
9191
![](/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-6.webp)
9292
9393
2. Configure the deployment settings.
94-
1. **From the **ENVIRONMENT** dropdown, select **Injected Provider**: Talisman** (check the [Deploying Contracts](/develop/smart-contracts/dev-environments/remix/#deploying-contracts){target=\_blank} section of the Remix IDE guide for more details).
94+
1. From the **ENVIRONMENT** dropdown, select **Injected Provider: Talisman** (check the [Deploying Contracts](/develop/smart-contracts/dev-environments/remix/#deploying-contracts){target=\_blank} section of the Remix IDE guide for more details).
9595
2. From the **ACCOUNT** dropdown, select the account you want to use for the deploy.
9696
9797
![](/images/tutorials/smart-contracts/deploy-erc20/deploy-erc20-7.webp)

tutorials/smart-contracts/deploy-nft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Deployment is the process of uploading your compiled smart contract to the block
9393
9494
2. Configure the deployment settings:
9595
96-
1. **From the **ENVIRONMENT** dropdown, select **Injected Provider**: Talisman** (check the [Deploying Contracts](/develop/smart-contracts/dev-environments/remix/#deploying-contracts){target=\_blank} section of the Remix IDE guide for more details).
96+
1. From the **ENVIRONMENT** dropdown, select **Injected Provider: Talisman** (check the [Deploying Contracts](/develop/smart-contracts/dev-environments/remix/#deploying-contracts){target=\_blank} section of the Remix IDE guide for more details).
9797
2. From the **ACCOUNT** dropdown, select the account you want to use for the deploy.
9898
9999
![](/images/tutorials/smart-contracts/deploy-nft/deploy-nft-7.webp)

0 commit comments

Comments
 (0)