mirror of
https://github.com/bower/bower.git
synced 2026-02-17 01:12:40 -05:00
README typos.
This commit is contained in:
@@ -323,7 +323,7 @@ Manager.prototype._findHighestVersion = function (comparators) {
|
||||
version = matches[0];
|
||||
}
|
||||
|
||||
// Compare with our know highest version
|
||||
// Compare with the known highest version
|
||||
if (!highest || semver.gt(version, highest)) {
|
||||
highest = version;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user