We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f7919 commit a7acc5dCopy full SHA for a7acc5d
ranges/outside.js
@@ -32,7 +32,7 @@ const outside = (version, range, hilo, options) => {
32
throw new TypeError('Must provide a hilo val of "<" or ">"')
33
}
34
35
- // If it satisifes the range it is not outside
+ // If it satisfies the range it is not outside
36
if (satisfies(version, range, options)) {
37
return false
38
0 commit comments