From 8dab12f0d40980008bb3dd31738f34e4f4900d61 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Fri, 22 Aug 2014 15:42:24 +0100 Subject: [PATCH] Fix typo in generate-exports --- tasks/generate-exports.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/generate-exports.js b/tasks/generate-exports.js index 5547758384..a9fb216f4e 100644 --- a/tasks/generate-exports.js +++ b/tasks/generate-exports.js @@ -54,7 +54,7 @@ function getConfig(configPath, callback) { /** * Read the symbols from info file. * @param {Array.} patterns List of patterns to pass along. - * @param {funciton(Error, Array., Array.)} callback Called + * @param {function(Error, Array., Array.)} callback Called * with the patterns and symbols (or any error). */ function getSymbols(patterns, callback) {