diff --git a/src/helpers/text-helper.js b/src/helpers/text-helper.js index 8dffeb12..d08e0c04 100644 --- a/src/helpers/text-helper.js +++ b/src/helpers/text-helper.js @@ -11,7 +11,7 @@ export function stripRteStyle(stringWithStyleTag) { } /** - * @function t0TitleCase + * @function toTitleCase * @summary Returns title cased string version of 'text' * @param {string} text * @returns {string}