diff --git a/src/w3c/templates/sotd.js b/src/w3c/templates/sotd.js index 12d2a86f27..55f7a589d5 100644 --- a/src/w3c/templates/sotd.js +++ b/src/w3c/templates/sotd.js @@ -177,7 +177,7 @@ function renderNotRec(conf) { case "STMT": endorsement = html`
A W3C Statement is a specification that, after extensive - consensus-building, has received the endorsement of the + consensus-building, is endorsed by W3C and its Members.
`; break; @@ -185,7 +185,7 @@ function renderNotRec(conf) { endorsement = html`W3C recommends the wide usage of this registry.
A W3C Registry is a specification that, after extensive - consensus-building, has received the endorsement of the + consensus-building, is endorsed by W3C and its Members.
`; break;