update comment wording

This commit is contained in:
joshuaboud 2022-06-21 17:23:26 -03:00
parent c480eca029
commit fdf30b1fb6
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -1,5 +1,6 @@
/**
* Get greatest common denomincator path of an array of input paths
* Get greatest common denominator absolute path and
* array of relative paths from an array of absolute paths
* @param {string[]} paths - Full paths from which to get common denominator
* @returns {CommonPathObj}
*/