From 497a3e44792d3ee50e64bbe481f0e9f3a164376d Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Tue, 26 Jul 2022 18:03:16 -0600 Subject: [PATCH] docs: fix grammar (#12739) --- x/bank/spec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/bank/spec/README.md b/x/bank/spec/README.md index ec5d1df2f3..ce0d9e8e0c 100644 --- a/x/bank/spec/README.md +++ b/x/bank/spec/README.md @@ -79,7 +79,7 @@ Each `ModuleAccount` has a different set of permissions that provide different object capabilities to perform certain actions. Permissions need to be registered upon the creation of the supply `Keeper` so that every time a `ModuleAccount` calls the allowed functions, the `Keeper` can lookup the -permissions to that specific account and perform or not the action. +permissions to that specific account and perform or not perform the action. The available permissions are: