mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix spelling error in find_upwards() comments
This commit is contained in:
@@ -127,7 +127,7 @@ var files = module.exports = {
|
||||
},
|
||||
|
||||
// given a predicate function and a starting path, traverse upwards
|
||||
// from the path until we find a path that satisfys the predicate.
|
||||
// from the path until we find a path that satisfies the predicate.
|
||||
//
|
||||
// returns either the path to the lowest level directory that passed
|
||||
// the test or null for none found. if starting path isn't given, use
|
||||
|
||||
Reference in New Issue
Block a user