From 40198f81843b315f2eb1c1a1a65292b6fc61f9d7 Mon Sep 17 00:00:00 2001 From: Hiroyuki Sato Date: Tue, 5 Feb 2019 17:32:27 +0900 Subject: Fix grammar and spelling --- app/finders/issuable_finder.rb | 2 +- app/finders/issues_finder.rb | 2 +- app/finders/merge_requests_finder.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/finders') 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 -- cgit v1.2.3