Skip to content

Commit

Permalink
fix process document fragment identifier for proposed corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgarrish committed Jan 2, 2025
1 parent 0e3096e commit 2debacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/w3c/templates/sotd.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ function linkToWorkingGroup(conf) {
} else if (proposedCorrections || corrections) {
changes = html`It includes
${proposedCorrections
? html`<a href="${processLink}#proposed-correction">
? html`<a href="${processLink}#proposed-corrections">
proposed corrections</a
>`
: html`<a href="${processLink}#candidate-correction">
Expand Down

0 comments on commit 2debacf

Please sign in to comment.