summaryrefslogtreecommitdiff
path: root/app/finders
diff options
context:
space:
mode:
authorHiroyuki Sato <sathiroyuki@gmail.com>2019-02-05 17:32:27 +0900
committerHiroyuki Sato <sathiroyuki@gmail.com>2019-02-05 17:32:27 +0900
commit40198f81843b315f2eb1c1a1a65292b6fc61f9d7 (patch)
treee7775a077db07cafab1424562c3badc92e60fd7d /app/finders
parentd32aec06fe2d6ee0b2b0c0d1ca8cfd9bab14e4e7 (diff)
downloadgitlab-ce-40198f81843b315f2eb1c1a1a65292b6fc61f9d7.tar.gz
Fix grammar and spelling
Diffstat (limited to 'app/finders')
-rw-r--r--app/finders/issuable_finder.rb2
-rw-r--r--app/finders/issues_finder.rb2
-rw-r--r--app/finders/merge_requests_finder.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/finders/issuable_finder.rb b/app/finders/issuable_finder.rb
index 8984cef42e9..3e08c0ccd8f 100644
--- a/app/finders/issuable_finder.rb
+++ b/app/finders/issuable_finder.rb
@@ -18,7 +18,7 @@
# assignee_id: integer or 'None' or 'Any'
# assignee_username: string
# search: string
-# in: 'title', 'description' or a string joined them with comma
+# in: 'title', 'description', or a string joining them with comma
# label_name: string
# sort: string
# non_archived: boolean
diff --git a/app/finders/issues_finder.rb b/app/finders/issues_finder.rb
index bf39effa265..a0504ca0879 100644
--- a/app/finders/issues_finder.rb
+++ b/app/finders/issues_finder.rb
@@ -14,7 +14,7 @@
# milestone_title: string
# assignee_id: integer
# search: string
-# in: 'title', 'description' or a string joined them with comma
+# in: 'title', 'description', or a string joining them with comma
# label_name: string
# sort: string
# my_reaction_emoji: string
diff --git a/app/finders/merge_requests_finder.rb b/app/finders/merge_requests_finder.rb
index 3cfe9533bb6..b645011a3c5 100644
--- a/app/finders/merge_requests_finder.rb
+++ b/app/finders/merge_requests_finder.rb
@@ -15,7 +15,7 @@
# author_id: integer
# assignee_id: integer
# search: string
-# in: 'title', 'description' or a string joined them with comma
+# in: 'title', 'description', or a string joining them with comma
# label_name: string
# sort: string
# non_archived: boolean