From b88cd4ee6495af6f5464be15358e076f02739683 Mon Sep 17 00:00:00 2001 From: snoppy Date: Mon, 29 Apr 2024 09:43:33 +0800 Subject: [PATCH] chore: fix typos and link broken Signed-off-by: snoppy --- docs/api/cosmjs.md | 2 +- packages/unit/src/int-pretty.spec.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/cosmjs.md b/docs/api/cosmjs.md index d4204900b6..14d17058f0 100644 --- a/docs/api/cosmjs.md +++ b/docs/api/cosmjs.md @@ -62,7 +62,7 @@ Also, `keplr.getOfflineSignerAuto(chainId: string): Promise { } }); - it("Test the add calcutation of IntPretty", () => { + it("Test the add calculation of IntPretty", () => { const params: { base: Dec | Int; target: Dec | Int; @@ -309,7 +309,7 @@ describe("Test IntPretty", () => { } }); - it("Test the sub calcutation of IntPretty", () => { + it("Test the sub calculation of IntPretty", () => { const params: { base: Dec | Int; target: Dec | Int;