Skip to content

Commit ea157dd

Browse files
committed
fix typo
1 parent 9db05df commit ea157dd

File tree

1 file changed

+1
-1
lines changed
  • builders/interoperability/xcm/xcm-sdk/v1

1 file changed

+1
-1
lines changed

builders/interoperability/xcm/xcm-sdk/v1/xcm-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ import { Sdk } from '@moonbeam-network/xcm-sdk';
241241
const { assets, getTransferData } = Sdk();
242242
```
243243

244-
You can choose either method, as both will return the data necessary to initiate an asset transfer between the source chain and the destination chain. Using `assets` will provide additional data along the way, including the list of supported assets and, once an asset is selected, the supported source and estination chains that are able to send and receive the asset.
244+
You can choose either method, as both will return the data necessary to initiate an asset transfer between the source chain and the destination chain. Using `assets` will provide additional data along the way, including the list of supported assets and, once an asset is selected, the supported source and destination chains that are able to send and receive the asset.
245245

246246
The process for using `assets` to build the transfer data is as follows:
247247

0 commit comments

Comments
 (0)