Minor update

This commit is contained in:
Michaela Brydon 2023-10-16 15:23:33 -04:00
parent 9f5bb243a9
commit c6a493a973

View file

@ -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}