From 971c542453e0972ef1dfc5a80159ad5049c7211c Mon Sep 17 00:00:00 2001 From: Rootul P Date: Mon, 31 Oct 2022 09:31:22 -0600 Subject: [PATCH] fix: typo (#13705) --- x/auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/auth/README.md b/x/auth/README.md index 9bc6428411..75db07bb5b 100644 --- a/x/auth/README.md +++ b/x/auth/README.md @@ -88,7 +88,7 @@ account types may do so. #### Account Interface The account interface exposes methods to read and write standard account information. -Note that all of these methods operate on an account struct confirming to the +Note that all of these methods operate on an account struct conforming to the interface - in order to write the account to the store, the account keeper will need to be used.