Merge branch 'patch-49' into 'master'

Fix comment typo in noteable_note.vue

See merge request gitlab-org/gitlab-ce!26855
This commit is contained in:
Phil Hughes 2019-04-03 07:33:17 +00:00
commit d11d8fa948
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ export default {
return '';
}
// We need to do this to ensure we have the currect sentence order
// We need to do this to ensure we have the correct sentence order
// when translating this as the sentence order may change from one
// language to the next. See:
// https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24427#note_133713771