Skip to content

Commit dee987e

Browse files
authored
Merge pull request #8184 from Ameenmohammed1/fix/spelling-behaviour-to-behavior
fix(create-qwik): correct spelling from 'behaviour' to 'behavior'
2 parents cd7eed1 + 4af744d commit dee987e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-qwik/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function checkNodeVersion() {
4343
if (Number(minorVersion) < 11) {
4444
console.error(
4545
red(
46-
`Node.js 18.11 or higher is REQUIRED. From Node 18.0.0 to 18.11.0, there is a bug preventing correct behaviour of Qwik. You are currently running Node.js ${version}. https://github.com/QwikDev/qwik/issues/3035`
46+
`Node.js 18.11 or higher is REQUIRED. From Node 18.0.0 to 18.11.0, there is a bug preventing correct behavior of Qwik. You are currently running Node.js ${version}. https://github.com/QwikDev/qwik/issues/3035`
4747
)
4848
);
4949
}

0 commit comments

Comments
 (0)