Skip to content

Commit

Permalink
Fix typo (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell committed Mar 29, 2023
1 parent aa23a92 commit f992ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const checkNewFiles = async pkg => {
}

if (newFiles.firstTime.length > 0) {
messages.push(`The following new files will be published the first time:\n${chalk.reset(newFiles.firstTime.map(path => `- ${path}`).join('\n'))}`);
messages.push(`The following new files will be published for the first time:\n${chalk.reset(newFiles.firstTime.map(path => `- ${path}`).join('\n'))}`);
}

if (!isInteractive()) {
Expand Down

0 comments on commit f992ec1

Please sign in to comment.