Skip to content

Commit 6197771

Browse files
authored
Update packages/adapter-vercel/index.js
1 parent df1d3ac commit 6197771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/adapter-vercel/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ const plugin = function (defaults = {}) {
176176

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

0 commit comments

Comments
 (0)