From 7bfd0b87596a8b0d4399e8e49a295068f3cccb63 Mon Sep 17 00:00:00 2001 From: Eli Boyarski Date: Mon, 10 Jul 2017 11:14:42 +0000 Subject: [PATCH] code_quality_diff.md: minor spelling fix --- doc/user/project/merge_requests/code_quality_diff.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/project/merge_requests/code_quality_diff.md b/doc/user/project/merge_requests/code_quality_diff.md index 199b7fca1b78a3..82b7bb9b137c3b 100644 --- a/doc/user/project/merge_requests/code_quality_diff.md +++ b/doc/user/project/merge_requests/code_quality_diff.md @@ -18,7 +18,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. With Code Quality reports, they analize how their implementation is impacting the code quality +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 1. They both work on the changes until Code Quality report displays no degradations, only improvements -- GitLab