Skip to content

Commit

Permalink
Update packages/adapter-vercel/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Nov 17, 2023
1 parent df1d3ac commit 6197771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-vercel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const plugin = function (defaults = {}) {

if (!runtime.startsWith('nodejs')) {
throw new Error(
`${directory}: Routes using \`isr\` must use a NodeJs runtime (for example 'nodejs20.x')`
`${directory}: Routes using \`isr\` must use a Node.js runtime (for example 'nodejs20.x')`
);
}

Expand Down

0 comments on commit 6197771

Please sign in to comment.