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