summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergiu Marton <brown121407@gmail.com>2019-04-02 10:33:21 +0000
committerSergiu Marton <brown121407@gmail.com>2019-04-02 10:33:21 +0000
commit52f9315192b6aee42f288f53dbd97a9f3faea25a (patch)
tree44bcb0336077336908d75f76c19ffca9030cd941
parentd4a4f68db5a2c680f6aa174e6abba35ed83a2d89 (diff)
downloadgitlab-ce-52f9315192b6aee42f288f53dbd97a9f3faea25a.tar.gz
Fix comment typo
-rw-r--r--app/assets/javascripts/notes/components/noteable_note.vue2
1 files changed, 1 insertions, 1 deletions
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