Skip to content

Commit ed5b28e

Browse files
committed
fix(docs): correct typo in FAssets redemption guide
1 parent a705fe4 commit ed5b28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fassets/developer-guides/4-fassets-redeem.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ async function parseRedemptionEvents(
197197

198198
### Redeeming FAssets
199199

200-
To put it alltogether you can use the following function to deploy the contract, transfer FXRP to it, redeem the FAssets, and parse the redemption events:
200+
To put it altogether you can use the following function to deploy the contract, transfer FXRP to it, redeem the FAssets, and parse the redemption events:
201201

202202
```typescript
203203
async function main() {

0 commit comments

Comments
 (0)