Merge branch 'ide-highlighter-type-fox' into 'master'

Fixed typo in commit message help popover

Closes #47060

See merge request gitlab-org/gitlab-ce!19314
This commit is contained in:
Filipa Lacerda 2018-06-04 08:51:46 +00:00
commit 57514046ec
1 changed files with 1 additions and 1 deletions

View File

@ -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 },