summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/finders/issues_finder.rb2
-rw-r--r--changelogs/unreleased/speed-up-issue-counting-for-a-project.yml2
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: