Skip to content

Commit fd3f087

Browse files
authored
fix stability sentence for CRS (#2070)
1 parent 33f2096 commit fd3f087

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/rules/sotd/stability.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ async function findSW($candidates, sr) {
3333
} else {
3434
const { crType } = sr.config;
3535
const groupIds = await sr.getDelivererIDs();
36-
const INTRO_S = ` A Candidate Recommendation Snapshot has received wide review, is intended to gather implementation experience, and has commitments from Working Group${
37-
groupIds.length > 1 ? 's' : ''
38-
} members to royalty-free licensing for implementations.`;
36+
const INTRO_S = ` A Candidate Recommendation Snapshot has received wide review, is intended to gather implementation experience, and has commitments from Working Group members to royalty-free licensing for implementations.`;
3937
const INTRO_D = ` A Candidate Recommendation Draft integrates changes from the previous Candidate Recommendation that the Working Group${
4038
groupIds.length > 1 ? 's intend' : ' intends'
4139
} to include in a subsequent Candidate Recommendation Snapshot.`;

0 commit comments

Comments
 (0)