Skip to content

Commit 366e55b

Browse files
committed
Fix typo
1 parent 576134f commit 366e55b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Features/Blockcore.Features.Api/UI/Pages

src/Features/Blockcore.Features.Api/UI/Pages/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<p>Connected peers: @this.ConnectionManager.ConnectedPeers.Count()</p>
1919
<p>Current tip at height: @this.ChainIndexer.Tip.Height</p>
20-
<p>Current tip HAsh: @this.ChainIndexer.Tip.HashBlock</p>
20+
<p>Current tip Hash: @this.ChainIndexer.Tip.HashBlock</p>
2121

2222
<hr />
2323

0 commit comments

Comments
 (0)