summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-04-03 07:33:17 +0000
committerPhil Hughes <me@iamphill.com>2019-04-03 07:33:17 +0000
commitd11d8fa948e5cd9b44126b0fe45a908ec3119678 (patch)
treeaf129f20776030a5aab25ed074e41575bf16c625
parente01d3517d5f6cc789ae8a42691440c53e8e4c28f (diff)
parent52f9315192b6aee42f288f53dbd97a9f3faea25a (diff)
downloadgitlab-ce-d11d8fa948e5cd9b44126b0fe45a908ec3119678.tar.gz
Merge branch 'patch-49' into 'master'
Fix comment typo in noteable_note.vue See merge request gitlab-org/gitlab-ce!26855
-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