Commit e8362a8c authored by Clement Ho's avatar Clement Ho

Fix typo

parent 2932f532
...@@ -18,7 +18,7 @@ export const addDelimiter = text => (text ? text.toString().replace(/\B(?=(\d{3} ...@@ -18,7 +18,7 @@ export const addDelimiter = text => (text ? text.toString().replace(/\B(?=(\d{3}
export const highCountTrim = count => (count > 99 ? '99+' : count); 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 * @param {String} string
* @requires {String} * @requires {String}
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment