From 0705a70a74d6a5c33ed1e449ad1dcd30e2ff5e05 Mon Sep 17 00:00:00 2001 From: "Lim, Wei Shan" Date: Tue, 8 Oct 2024 15:53:26 +0800 Subject: [PATCH] Fix typos detected by typos workflow Ignoring graphql directory as the files are from planetarium/NineChronicles.Headless service and planetarium/mimir, they shouldn't be updated manually. --- .typos.toml | 4 ++++ pages/[network]/stake/[address].tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .typos.toml diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 0000000..b3559ff --- /dev/null +++ b/.typos.toml @@ -0,0 +1,4 @@ +[files] +extend-exclude = [ + "graphql/*" +] diff --git a/pages/[network]/stake/[address].tsx b/pages/[network]/stake/[address].tsx index 0a45641..7a58655 100644 --- a/pages/[network]/stake/[address].tsx +++ b/pages/[network]/stake/[address].tsx @@ -63,7 +63,7 @@ const StakePage: NextPage = ({ stakeState, blockIndex }) => {

Version: {stakeState.version}

Deposit: {stakeState.deposit}

-

StartedBlcokIndex: {stakeState.startedBlockIndex}

+

StartedBlockIndex: {stakeState.startedBlockIndex}

ReceivedBlockIndex: {stakeState.receivedBlockIndex}

Contract