Cleanup common lib docs. [ci skip]

This commit is contained in:
John-David Dalton
2016-05-28 23:15:12 -07:00
parent 593f6f9f86
commit 0ccaf76661
3 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ function copy(srcPath, destPath) {
}
/**
* Creates an object of compiled template and base name pairs that match `pattern`.
* Creates an object of base name and compiled template pairs that match `pattern`.
*
* @memberOf file
* @param {string} pattern The glob pattern to be match.