Skip to content

Commit

Permalink
Fix typos detected by typos workflow
Browse files Browse the repository at this point in the history
Ignoring graphql directory as the files are from planetarium/NineChronicles.Headless service and planetarium/mimir, they shouldn't be updated manually.
  • Loading branch information
weishan18 committed Oct 8, 2024
1 parent fc6bdcc commit e2ef09e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pages/.typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[files]
extend-exclude = [
"graphql/*"
]
2 changes: 1 addition & 1 deletion pages/[network]/stake/[address].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const StakePage: NextPage<StakePageProps> = ({ stakeState, blockIndex }) => {
<div>
<p>Version: {stakeState.version}</p>
<p>Deposit: {stakeState.deposit}</p>
<p>StartedBlcokIndex: {stakeState.startedBlockIndex}</p>
<p>StartedBlockIndex: {stakeState.startedBlockIndex}</p>
<p>ReceivedBlockIndex: {stakeState.receivedBlockIndex}</p>
<div>
<h3>Contract</h3>
Expand Down

0 comments on commit e2ef09e

Please sign in to comment.