Merge pull request #2595 from probins/patch-1

Fix typo in generate-exports
This commit is contained in:
Éric Lemoine
2014-08-22 16:56:15 +02:00

View File

@@ -54,7 +54,7 @@ function getConfig(configPath, callback) {
/**
* Read the symbols from info file.
* @param {Array.<string>} patterns List of patterns to pass along.
* @param {funciton(Error, Array.<string>, Array.<Object>)} callback Called
* @param {function(Error, Array.<string>, Array.<Object>)} callback Called
* with the patterns and symbols (or any error).
*/
function getSymbols(patterns, callback) {