Skip to content

Commit f992ec1

Browse files
Fix typo (#680)
1 parent aa23a92 commit f992ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ui.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const checkNewFiles = async pkg => {
9191
}
9292

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

9797
if (!isInteractive()) {

0 commit comments

Comments
 (0)