Merge branch 'fix-typo' into 'master'

Fix typo

See merge request gitlab-org/gitlab-ce!15358
This commit is contained in:
Annabel Dunstone Gray 2017-11-14 17:30:46 +00:00
commit 227de8f06f
1 changed files with 1 additions and 1 deletions

View File

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