Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-09-18 23:17:07 +0300
committerRobert Speicher <rspeicher@gmail.com>2018-09-18 23:17:07 +0300
commit272876fd6fcaa0fbd309642220a62be669a4b5c5 (patch)
treeda1458f065a106e7c93c440e8e2d4d50f61ce8d2 /doc/development/README.md
parent831300bcec970d5cfeb817db43b420d9e2f2e8da (diff)
Remove redundant word from development doc index
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 4620281750b..d8dbc993442 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -59,8 +59,8 @@ description: 'Learn how to contribute to GitLab.'
certain patterns to avoid
- [Merge request performance guidelines](merge_request_performance_guidelines.md)
for ensuring merge requests do not negatively impact GitLab performance
-- [Profiling](profiling.md) for profiling a URL, measuring performance using
- Sherlock, or tracking down N+1 queries using Bullet
+- [Profiling](profiling.md) a URL, measuring performance using Sherlock, or
+ tracking down N+1 queries using Bullet
## Database guides