Skip to content

Commit 834f0a8

Browse files
authored
fix(w3c/sotd): ensure REC is next step after CR (process 2025) (#5098)
1 parent dcd54b2 commit 834f0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/w3c/templates/sotd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ function renderNotRec(conf) {
244244
</p>`;
245245
} else {
246246
reviewPolicy = html`<p>
247-
This Candidate Recommendation is not expected to advance to Proposed
247+
This Candidate Recommendation is not expected to advance to
248248
Recommendation any earlier than ${W3CDate.format(conf.crEnd)}.
249249
</p>`;
250250
}

0 commit comments

Comments
 (0)