diff --git a/app/assets/js/processbuilder.js b/app/assets/js/processbuilder.js index f64820b7..8e241782 100644 --- a/app/assets/js/processbuilder.js +++ b/app/assets/js/processbuilder.js @@ -859,7 +859,7 @@ class ProcessBuilder { * Recursively resolve the path of each library required by this module. * * @param {Object} mdl A module object from the server distro index. - * @returns {{[id: string]: string}} An object containing the paths of each library this server requires. + * @returns {{[id: string]: string}} An object containing the paths of each library this module requires. */ _resolveModuleLibraries(mdl){ if(!mdl.subModules.length > 0){