Skip to content

Commit a7acc5d

Browse files
jsorefisaacs
authored andcommittedDec 1, 2020
spelling: satisfies
PR-URL: #339 Credit: @jsoref Close: #339 Reviewed-by: @isaacs
1 parent e6f7919 commit a7acc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ranges/outside.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const outside = (version, range, hilo, options) => {
3232
throw new TypeError('Must provide a hilo val of "<" or ">"')
3333
}
3434

35-
// If it satisifes the range it is not outside
35+
// If it satisfies the range it is not outside
3636
if (satisfies(version, range, options)) {
3737
return false
3838
}

0 commit comments

Comments
 (0)
Please sign in to comment.