From 52f9315192b6aee42f288f53dbd97a9f3faea25a Mon Sep 17 00:00:00 2001 From: Sergiu Marton Date: Tue, 2 Apr 2019 10:33:21 +0000 Subject: Fix comment typo --- app/assets/javascripts/notes/components/noteable_note.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/notes/components/noteable_note.vue b/app/assets/javascripts/notes/components/noteable_note.vue index 5fa0ab3de98..d2cfeff53e8 100644 --- a/app/assets/javascripts/notes/components/noteable_note.vue +++ b/app/assets/javascripts/notes/components/noteable_note.vue @@ -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 -- cgit v1.2.1