Skip to content

Commit 23017bf

Browse files
committed
Fix typo
1 parent c6c194f commit 23017bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MetricsViewer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="tile">
1111
<h3>Acceptance Rate Average</h3>
1212
<p>{{ acceptanceRateAverage.toFixed(2) }}%</p>
13-
<p>On the last 28 days</p>
13+
<p>Over the last 28 days</p>
1414
</div>
1515

1616
<div class="tile">

0 commit comments

Comments
 (0)