Commit 227de8f0 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fix-typo' into 'master'

Fix typo

See merge request gitlab-org/gitlab-ce!15358
parents 149460b8 e8362a8c
......@@ -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}
*/
......
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