We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62751b5 commit 27aac33Copy full SHA for 27aac33
@commitlint/cli/src/cli.ts
@@ -292,7 +292,7 @@ function getEditValue(flags: CliFlags) {
292
if (flags.env) {
293
if (!(flags.env in process.env)) {
294
throw new Error(
295
- `Recieved '${flags.env}' as value for -E | --env, but environment variable '${flags.env}' is not available globally`
+ `Received '${flags.env}' as value for -E | --env, but environment variable '${flags.env}' is not available globally`
296
);
297
}
298
return process.env[flags.env];
0 commit comments