Skip to content

Commit 15a3dae

Browse files
Rich-Harrismrkishi
andauthored
Update packages/adapter-vercel/index.js
Co-authored-by: Maurício Kishi <[email protected]>
1 parent b994439 commit 15a3dae

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
@@ -396,7 +396,7 @@ function get_node_version() {
396396
const major = parseInt(full.split('.')[0]); // '16.5.0' --> 16
397397

398398
if (major < 16) {
399-
throw new Error(`SvelteKit only support Node.js version 16 or greater (currently using v${full}). Consult the documentation: https://vercel.com/docs/runtimes#official-runtimes/node-js/node-js-version`)
399+
throw new Error(`SvelteKit only supports Node.js version 16 or greater (currently using v${full}). Consult the documentation: https://vercel.com/docs/runtimes#official-runtimes/node-js/node-js-version`)
400400
}
401401

402402
return { major, full };

0 commit comments

Comments
 (0)