From e9741334df67ef6c1b04f6a47366c408a3b5603e Mon Sep 17 00:00:00 2001 From: Barrie Byron Date: Wed, 5 Jan 2022 04:46:13 -0500 Subject: [PATCH] fee grant 2 words (#10874) Co-authored-by: Marko --- x/feegrant/spec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/feegrant/spec/README.md b/x/feegrant/spec/README.md index eec99bcd1e..a31be94afd 100644 --- a/x/feegrant/spec/README.md +++ b/x/feegrant/spec/README.md @@ -7,7 +7,7 @@ parent: ## Abstract -This document specifies the feegrant module. For the full ADR, please see [Fee Grant ADR-029](https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/docs/architecture/adr-029-fee-grant-module.md). +This document specifies the fee grant module. For the full ADR, please see [Fee Grant ADR-029](https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/docs/architecture/adr-029-fee-grant-module.md). This module allows accounts to grant fee allowances and to use fees from their accounts. Grantees can execute any transaction without the need to maintain sufficient fees.