From 902b5bb27379ff7096ceea92b105c85f77032c21 Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Thu, 7 Nov 2024 09:53:42 -0600 Subject: [PATCH] Fix Typos --- cspell-custom-words.txt | 2 ++ .../architecture/0006-transfer-wasmd-fork-logic-to-wormchain.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cspell-custom-words.txt b/cspell-custom-words.txt index 1cb8060b6f..3fad58ed64 100644 --- a/cspell-custom-words.txt +++ b/cspell-custom-words.txt @@ -163,6 +163,7 @@ Solana's spydk Starport statesync +Strangelove struct structs subdenom @@ -194,6 +195,7 @@ varint varints vimdiff vphash +wasmd wasmhooks wasms WORKDIR diff --git a/wormchain/docs/architecture/0006-transfer-wasmd-fork-logic-to-wormchain.md b/wormchain/docs/architecture/0006-transfer-wasmd-fork-logic-to-wormchain.md index b57783e219..d95d4d379d 100644 --- a/wormchain/docs/architecture/0006-transfer-wasmd-fork-logic-to-wormchain.md +++ b/wormchain/docs/architecture/0006-transfer-wasmd-fork-logic-to-wormchain.md @@ -8,7 +8,7 @@ Accepted ## Context -The Wormchain repo dependeds on a fork of `wasmd` to prevent certain types of Wasm transactions from being accepted by the chain. The Strangelove team proposed migrating the logic to an Ante Handler on chain to remove the need to maintain a fork of `wasmd`. +The Wormchain repo depends on a fork of `wasmd` to prevent certain types of Wasm transactions from being accepted by the chain. The Strangelove team proposed migrating the logic to an Ante Handler on chain to remove the need to maintain a fork of `wasmd`. ## Decision