Skip to content

Commit a9fca69

Browse files
committed
Typo
1 parent 1d86445 commit a9fca69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/options-manager.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ const DEFAULT_CONFIG = {
5454
};
5555

5656
/**
57-
* Define the rules that are enabled only for specific version of Node, based on `engines.node` in package.json or the `node-engine` option.
57+
* Define the rules that are enabled only for specific version of Node, based on `engines.node` in package.json or the `node-version` option.
5858
*
59-
* The keys ae rule names and the values are an Object with a valid semver (`4.0.0` is valid `4` is not) as keys and the rule configuration as values.
59+
* The keys are rule names and the values are an Object with a valid semver (`4.0.0` is valid `4` is not) as keys and the rule configuration as values.
6060
* Each entry define the rule configuration and the minimum Node version for which to set it.
61-
* The entry with the highest version that is compliant with the `engines.node`/`node-engine` range will be used.
61+
* The entry with the highest version that is compliant with the `engines.node`/`node-version` range will be used.
6262
*
6363
* @type {Object}
6464
*

0 commit comments

Comments
 (0)