From e5e2dafca3b2c8f8eff03be708c3376650adcb26 Mon Sep 17 00:00:00 2001 From: Cosmos SDK <113218068+github-prbot@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:53:13 +0200 Subject: [PATCH] chore: fix spelling errors (#21117) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- docs/architecture/adr-071-bank-v2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture/adr-071-bank-v2.md b/docs/architecture/adr-071-bank-v2.md index 19abab2824..5067a6f14f 100644 --- a/docs/architecture/adr-071-bank-v2.md +++ b/docs/architecture/adr-071-bank-v2.md @@ -14,7 +14,7 @@ The primary objective of refactoring the bank module is to simplify and enhance In addition to the above, the bank module is currently too rigid and handles too many tasks, so this proposal aims to streamline the module by focusing on core functions `Send`, `Mint`, and `Burn`. -Currently, the module is split accross different keepers with scattered and duplicates functionalities (with 4 send functions for instance). +Currently, the module is split across different keepers with scattered and duplicates functionalities (with 4 send functions for instance). Additionally, the integration of the token factory into the bank module allows for standardization, and better integration within the core modules. @@ -90,7 +90,7 @@ Additionally, as bank plans to integrate token factory, migrations functions wil ### Positive * Simplified interaction with bank APIs -* Backward comptible changes (no contracts or apis broken) +* Backward compatible changes (no contracts or apis broken) * Optional migration (note: bank `v1beta1` won't get any new feature after bank `v2` release) ### Neutral