From 686c50d113611316e1ef4cf520db591e7963cdea Mon Sep 17 00:00:00 2001 From: Paul Weidner Date: Fri, 1 Jul 2022 14:23:48 -0700 Subject: [PATCH] docs: correct period description in PeriodicAllowance (#12421) --- x/feegrant/spec/01_concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/feegrant/spec/01_concepts.md b/x/feegrant/spec/01_concepts.md index 85510bf0c898..a42c067a3fc5 100644 --- a/x/feegrant/spec/01_concepts.md +++ b/x/feegrant/spec/01_concepts.md @@ -42,7 +42,7 @@ There are two types of fee allowances present at the moment: * `basic` is the instance of `BasicAllowance` which is optional for periodic fee allowance. If empty, the grant will have no `expiration` and no `spend_limit`. -* `period` is the specific period of time, after each period passes, `period_spend_limit` will be reset. +* `period` is the specific period of time, after each period passes, `period_can_spend` will be reset. * `period_spend_limit` specifies the maximum number of coins that can be spent in the period.