summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-11-17 16:53:18 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-11-17 16:53:18 +0000
commitfe93f9827537e4d761b1874218b009668a914ae4 (patch)
treee596b8e90d03c73d7a907d2322849118d919235a
parent56a04158464048d7a8eff6f09044085cc62a0656 (diff)
downloadgitlab-ce-fe93f9827537e4d761b1874218b009668a914ae4.tar.gz
Update text_utility.js
-rw-r--r--app/assets/javascripts/lib/utils/text_utility.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/lib/utils/text_utility.js b/app/assets/javascripts/lib/utils/text_utility.js
index dc0073be5c0..9280b7f150c 100644
--- a/app/assets/javascripts/lib/utils/text_utility.js
+++ b/app/assets/javascripts/lib/utils/text_utility.js
@@ -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}
*/