Skip to content

Commit de30788

Browse files
committed
Minor fix in release script
1 parent ecee6a0 commit de30788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/steps/post-publish-steps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function twitterAnnouncement() {
4141
return outdent`
4242
${styleText.bold.underline("Announce on Twitter")}
4343
- Open ${styleText.cyan.underline("https://tweetdeck.twitter.com")}
44-
- Make sure you are tweeting from the {yellow @PrettierCode} account.
44+
- Make sure you are tweeting from the ${styleText.yellow("@PrettierCode")} account.
4545
- Tweet about the release, including the blog post URL.
4646
`;
4747
}

0 commit comments

Comments
 (0)