Skip to content

Commit 10f1645

Browse files
ascorbicTiffany Le-Nguyen
and
Tiffany Le-Nguyen
authored
Changes from review
Co-authored-by: Tiffany Le-Nguyen <tiffany@netlify.com>
1 parent 2c31f06 commit 10f1645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/verification.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exports.checkForOldFunctions = async ({ functions }) => {
2626
if (oldFunctions.length !== 0) {
2727
console.log(
2828
yellowBright(outdent`
29-
We have found the following functions in your site that seem to be left over from the old Next.js plugin. We have guessed this because the name starts with "next_".
29+
We have found the following functions in your site that seem to be left over from the old Next.js plugin (v3). We have guessed this because the name starts with "next_".
3030
3131
${reset(oldFunctions.map(({ name }) => `- ${name}`).join('\n'))}
3232

0 commit comments

Comments
 (0)