Fix typo in IssuesFinder comment

[ci skip]
This commit is contained in:
Sean McGivern 2017-06-30 15:44:21 +01:00
parent 4bd17d4f74
commit 4e38985b1c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: