summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-06-28 13:37:43 +0000
committerRémy Coutable <remy@rymai.me>2019-06-28 13:37:43 +0000
commit7b27e067cad968e34a5a896feb0bef4c978e66a0 (patch)
treed873094f5226d204ecafd86d72726c5dc8c7d030 /app
parent94b710e6ef829bbf42a906394b39e9e46770207d (diff)
parent7d76128de945c565e64f9e578be7543be0968e45 (diff)
downloadgitlab-ce-7b27e067cad968e34a5a896feb0bef4c978e66a0.tar.gz
Merge branch 'small-s-in-elasticsearch-in-code' into 'master'
Fix typo in code comments about Elasticsearch See merge request gitlab-org/gitlab-ce!30163
Diffstat (limited to 'app')
-rw-r--r--app/models/note.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/note.rb b/app/models/note.rb
index b55af7d9b5e..4e9ea146485 100644
--- a/app/models/note.rb
+++ b/app/models/note.rb
@@ -452,7 +452,7 @@ class Note < ApplicationRecord
noteable_object&.touch
- # We return the noteable object so we can re-use it in EE for ElasticSearch.
+ # We return the noteable object so we can re-use it in EE for Elasticsearch.
noteable_object
end