Skip to content

Commit d32994f

Browse files
committed
Fix typo
1 parent c375748 commit d32994f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/static/compare/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ app.component('summary-table', {
454454
</thead>
455455
<tbody>
456456
<tr class="positive">
457-
<td title="Regresions" v-if="withLegend">❌</td>
457+
<td title="Regressions" v-if="withLegend">❌</td>
458458
<td><SummaryRange :range="summary.regressions.range" /></td>
459459
<td><SummaryPercentValue :value="summary.regressions.average" /></td>
460460
<td><SummaryCount :cases="summary.regressions.count" :benchmarks="summary.regressions.benchmarks" /></td>

0 commit comments

Comments
 (0)