Skip to content

Commit d76e803

Browse files
authored
typo (Gordon Tu) (#1487)
1 parent b75c3e5 commit d76e803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mortgage-rates/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function frmCard(y, pmms) {
2525
const range = d3.extent(pmms.slice(-52), (d) => d[key]);
2626
const stroke = color.apply(`${y}Y FRM`);
2727
return html.fragment`
28-
<h2 style="color: ${stroke}">${y}-year fixed-rate</b></h2>
28+
<h2 style="color: ${stroke}">${y}-year fixed-rate</h2>
2929
<h1>${formatPercent(pmms.at(-1)[key])}</h1>
3030
<table>
3131
<tr>

0 commit comments

Comments
 (0)