Skip to content

Commit

Permalink
spelling: satisfies
Browse files Browse the repository at this point in the history
PR-URL: #339
Credit: @jsoref
Close: #339
Reviewed-by: @isaacs
  • Loading branch information
jsoref authored and isaacs committed Dec 1, 2020
1 parent e6f7919 commit a7acc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ranges/outside.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a7acc5d

Please sign in to comment.