Skip to content
Snippets Groups Projects
Commit db9a8f0a authored by chrisgarrity's avatar chrisgarrity
Browse files

Fix jsdoc type

parent f38f4e37
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ const defaultTranslator = msgObj => msgObj.defaultMessage;
/**
* Generate a localized version of the default project
* @param {function} translateFunction a function to use for translating the default names
* @return {json} the project data json for the default project
* @return {object} the project data json for the default project
*/
const projectData = translateFunction => {
const translator = translateFunction || defaultTranslator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment