diff --git a/ranges/outside.js b/ranges/outside.js index e35ed117..2a4b0a13 100644 --- a/ranges/outside.js +++ b/ranges/outside.js @@ -32,7 +32,7 @@ const outside = (version, range, hilo, options) => { throw new TypeError('Must provide a hilo val of "<" or ">"') } - // If it satisifes the range it is not outside + // If it satisfies the range it is not outside if (satisfies(version, range, options)) { return false }