summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-06-05 12:46:31 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-06-05 12:46:31 +0000
commit202e525119188721004c4a1eb6be18c9cf7a6f5e (patch)
tree6074ea3f59688040b64d70f4acfde084ff257617
parent7861503c06e8167b9f392412ae8bb9d65b1825a4 (diff)
parente5ed663e7c0e5282abaa58f0bce4470aab6c3057 (diff)
downloadgitlab-ce-202e525119188721004c4a1eb6be18c9cf7a6f5e.tar.gz
Merge branch 'patch-67' into 'master'
Update code_quality.md to fix grammatical errors. See merge request gitlab-org/gitlab-ce!29161
-rw-r--r--doc/user/project/merge_requests/code_quality.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/merge_requests/code_quality.md b/doc/user/project/merge_requests/code_quality.md
index e6811b5df5e..705ff333579 100644
--- a/doc/user/project/merge_requests/code_quality.md
+++ b/doc/user/project/merge_requests/code_quality.md
@@ -19,7 +19,7 @@ in the merge request widget area:
For instance, consider the following workflow:
-1. Your backend team member starts a new implementation for making certain feature in your app faster
+1. Your backend team member starts a new implementation for making a certain feature in your app faster
1. With Code Quality reports, they analyze how their implementation is impacting the code quality
1. The metrics show that their code degrade the quality in 10 points
1. You ask a co-worker to help them with this modification
@@ -63,7 +63,7 @@ Example:
NOTE: **Note:**
Although the Code Climate spec supports more properties, those are ignored by GitLab.
-For more information on how the Code Quality job should look like, check the
+For more information on what the Code Quality job should look like, check the
example on [analyzing a project's code quality](../../../ci/examples/code_quality.md).
GitLab then checks this report, compares the metrics between the source and target