diff --git a/src/pages/dev/reference/interchain-token-service-rate-limit.mdx b/src/pages/dev/reference/interchain-token-service-rate-limit.mdx index 35bd37a73..739b170ac 100644 --- a/src/pages/dev/reference/interchain-token-service-rate-limit.mdx +++ b/src/pages/dev/reference/interchain-token-service-rate-limit.mdx @@ -166,7 +166,7 @@ If you want to manage the flow limits alone: ### Unmanaged flow limits -If you don't want anyone to manage mint limits: +If you don't want anyone to manage flow limits: - Deploy the token with the `minter` address set to your Deployer account - Call `tokenManager.removeFlowLimiter(itsAddress)` to remove flow limit management by Axelar - Call `tokenManager.removeFlowLimiter(minter)` to remove flow limit management by the minter