summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-09-18 15:17:07 -0500
committerRobert Speicher <rspeicher@gmail.com>2018-09-18 15:17:07 -0500
commit272876fd6fcaa0fbd309642220a62be669a4b5c5 (patch)
treeda1458f065a106e7c93c440e8e2d4d50f61ce8d2
parent831300bcec970d5cfeb817db43b420d9e2f2e8da (diff)
downloadgitlab-ce-272876fd6fcaa0fbd309642220a62be669a4b5c5.tar.gz
Remove redundant word from development doc index
-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