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) {