Skip to content

Commit 04afd93

Browse files
committed
fix(docs): correct formatting of parameter description in FAssets redemption guide
1 parent aba4dc3 commit 04afd93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/fassets/developer-guides/10-fassets-redemption-default.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ These parameters define both the minimum time window and block range during whic
3030
| Parameter | Unit | Purpose |
3131
| ----------------------------- | ------- | ------------------------------------------------------------------------------------ |
3232
| `underlyingSecondsForPayment` | seconds | The minimum time allowed for an agent to pay for a redemption. |
33-
| `underlyingBlocksForPayment` | blocks | The number of underlying blocks during which the agent can pay the underlying value. |
33+
| `underlyingBlocksForPayment` | blocks | The number of underlying blocks during which the agent can pay the underlying value. |
3434

3535
Both values are defined per asset in the FAssets system and can be fetched from the [Asset Manager contract](/fassets/developer-guides/fassets-settings-solidity).
3636

@@ -121,4 +121,4 @@ To continue your FAssets development journey, you can:
121121
- Learn how to [mint FXRP](/fassets/developer-guides/fassets-mint)
122122
- Understand how to [redeem FXRP](/fassets/developer-guides/fassets-redeem)
123123
- Explore [FAssets system settings](/fassets/operational-parameters)
124-
:::
124+
:::

0 commit comments

Comments
 (0)