Skip to content
Snippets Groups Projects
Commit e8362a8c authored by Clement Ho's avatar Clement Ho
Browse files

Fix typo

parent 2932f532
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -18,7 +18,7 @@ export const addDelimiter = text => (text ? text.toString().replace(/\B(?=(\d{3}
export const highCountTrim = count => (count > 99 ? '99+' : count);
 
/**
* Converst first char to uppercase and replaces undercores with spaces
* Converts first char to uppercase and replaces undercores with spaces
* @param {String} string
* @requires {String}
*/
Loading
Loading
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