提交 e8362a8c 编写于 作者: C Clement Ho

Fix typo

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册