diff --git a/README.md b/README.md index 22ef1a7..3d46fb0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ These contracts make other chain-native functionalities available in Acala EVM. ### On-chain Automatic Scheduler - ScheduleCall contract address: `ADDRESS.SCHEDULE` -- Docs [contracts/docs/schdule/Schdule.md](./contracts/docs/schdule/Schdule.md) +- Docs [contracts/docs/schedule/Schdule.md](./contracts/docs/schedule/Schdule.md) ### DEX - DEX contract address: `ADDRESS.DEX` diff --git a/contracts/docs/homa/Homa.md b/contracts/docs/homa/Homa.md index ace8543..17a3a51 100644 --- a/contracts/docs/homa/Homa.md +++ b/contracts/docs/homa/Homa.md @@ -106,7 +106,7 @@ Mint liquid currency with staking currency. function requestRedeem(uint256 redeemAmount, bool fastMatch) external nonpayable returns (bool) ``` -Request to redeem liquid curency for staking currency. +Request to redeem liquid currency for staking currency. *It'll emit an {RequestedRedeem} event.* diff --git a/contracts/docs/incentives/InterfaceIncentives.md b/contracts/docs/incentives/InterfaceIncentives.md index bd24576..6399ad6 100644 --- a/contracts/docs/incentives/InterfaceIncentives.md +++ b/contracts/docs/incentives/InterfaceIncentives.md @@ -16,7 +16,7 @@ You can use this predeploy contract to call incentives pallet function claimRewards(enum InterfaceIncentives.PoolId pool, address poolCurrencyId) external nonpayable returns (bool) ``` -Claim all avalible multi currencies rewards for specific PoolId. +Claim all available multi currencies rewards for specific PoolId. *It'll emit an {ClaimedRewards} event.* diff --git a/contracts/docs/stable-asset/IStableAsset.md b/contracts/docs/stable-asset/IStableAsset.md index 4bb6a55..fa90756 100644 --- a/contracts/docs/stable-asset/IStableAsset.md +++ b/contracts/docs/stable-asset/IStableAsset.md @@ -123,7 +123,7 @@ Get stable asset pool tokens. | Name | Type | Description | |---|---|---| | _0 | bool | poolExists whether pool exists or not. | -| _1 | address[] | tokens stabel asset pool tokens. | +| _1 | address[] | tokens stable asset pool tokens. | ### getStableAssetPoolTotalSupply