Skip to content

Commit 2633081

Browse files
authored
Fix typo in seekbar tooltip: 'Vaue' -> 'Value' (#865)
1 parent 16dd2bc commit 2633081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ <h4>Statistics</h4>
622622
<div id="log-seek-bar" class="log-seek-bar">
623623
<canvas width="200" height="100"></canvas>
624624
<span id="seekbarToolbar" class="non-shift">
625-
<div id="seekbarType" class="seekBar-selection" data-toggle="tooltip" title="Vaue to plot">
625+
<div id="seekbarType" class="seekBar-selection" data-toggle="tooltip" title="Value to plot">
626626
</div>
627627
</span>
628628
</div>

0 commit comments

Comments
 (0)