Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 9473bc1

Browse files
authored
Fix grammar of error message (#799)
1 parent 456ab88 commit 9473bc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const PROGRAM_TITLE = `
5353

5454
export const UNSUPPORTED_NODE_VERSION = (
5555
'⚠️ Unsupported Node.js Version Error ⚠️\n' +
56-
`You are using Node.js ${process.version} which is to old to be used with WebdriverIO.\n` +
56+
`You are using Node.js ${process.version} which is too old to be used with WebdriverIO.\n` +
5757
'Please update to Node.js v16 to continue.\n'
5858
)
5959

0 commit comments

Comments
 (0)