diff options
author | Sean McGivern <sean@gitlab.com> | 2017-06-30 15:44:21 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2017-06-30 15:44:21 +0100 |
commit | 4e38985b1cc159c4e1582ab34c29d7ec151aef35 (patch) | |
tree | dd0f55893dcc3c87a3bd6b0cc73f7c7729c72a28 | |
parent | 4bd17d4f7427b2f5f950e601d1a21042b30f69b1 (diff) | |
download | gitlab-ce-4e38985b1cc159c4e1582ab34c29d7ec151aef35.tar.gz |
Fix typo in IssuesFinder comment
[ci skip]
-rw-r--r-- | app/finders/issues_finder.rb | 2 | ||||
-rw-r--r-- | changelogs/unreleased/speed-up-issue-counting-for-a-project.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/finders/issues_finder.rb b/app/finders/issues_finder.rb index 18f60f9a2b6..85230ff1293 100644 --- a/app/finders/issues_finder.rb +++ b/app/finders/issues_finder.rb @@ -60,7 +60,7 @@ class IssuesFinder < IssuableFinder # `user_can_see_all_confidential_issues?`) are more complicated, because they # can see confidential issues where: # 1. They are an assignee. - # 2. The are an author. + # 2. They are an author. # # That's fine for most cases, but if we're just counting, we need to cache # effectively. If we cached this accurately, we'd have a cache key for every diff --git a/changelogs/unreleased/speed-up-issue-counting-for-a-project.yml b/changelogs/unreleased/speed-up-issue-counting-for-a-project.yml index 493ecbcb77a..6bf03d9a382 100644 --- a/changelogs/unreleased/speed-up-issue-counting-for-a-project.yml +++ b/changelogs/unreleased/speed-up-issue-counting-for-a-project.yml @@ -1,5 +1,5 @@ --- title: Cache open issue and merge request counts for project tabs to speed up project pages -merge_request: +merge_request: 12457 author: |