summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-06-01 14:40:52 +0000
committerPhil Hughes <me@iamphill.com>2018-06-01 14:40:52 +0000
commite5dddae1c597a47bb476df476c445f928e279183 (patch)
treea18280d5f9ca96ed24e51181e64b34e89b2ad1e4
parent52388feb644aae75f9f31ca71d019c1dfade3d28 (diff)
downloadgitlab-ce-ide-highlighter-type-fox.tar.gz
Fixed typo in commit message help popoveride-highlighter-type-fox
Closes #47060
-rw-r--r--app/assets/javascripts/ide/components/commit_sidebar/message_field.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/ide/components/commit_sidebar/message_field.vue b/app/assets/javascripts/ide/components/commit_sidebar/message_field.vue
index f14fcdc88ed..0ac0af2feaa 100644
--- a/app/assets/javascripts/ide/components/commit_sidebar/message_field.vue
+++ b/app/assets/javascripts/ide/components/commit_sidebar/message_field.vue
@@ -54,7 +54,7 @@ export default {
placement: 'top',
content: sprintf(
__(`
- The character highligher helps you keep the subject line to %{titleLength} characters
+ The character highlighter helps you keep the subject line to %{titleLength} characters
and wrap the body at %{bodyLength} so they are readable in git.
`),
{ titleLength: MAX_TITLE_LENGTH, bodyLength: MAX_BODY_LENGTH },