Skip to content

Commit

Permalink
Update lib/security-announcement.js
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Lau <rlau@redhat.com>
  • Loading branch information
RafaelGSS and richardlau committed Mar 28, 2024
1 parent e81ee98 commit c127c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/security-announcement.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class SecurityAnnouncement {
const title = `[NEXT-SECURITY-RELEASE] Heads up on upcoming Node.js\
security release ${formatDateToYYYYMMDD(releaseDate)}`;
const content = 'As per security release workflow,' +
` creating issue to give docker ${team} a heads up.`;
` creating issue to give the ${team} team a heads up.`;
return { title, content };
}

Expand Down

0 comments on commit c127c7a

Please sign in to comment.