From 7fe27c2a8ada66ad0755ce09c335b9b11099c545 Mon Sep 17 00:00:00 2001 From: MikeBirnstiehl Date: Tue, 11 Jun 2019 16:00:32 -0500 Subject: [PATCH] SONAR-12158 fix typo and formatting --- .../src/pages/user-guide/metric-definitions.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/server/sonar-docs/src/pages/user-guide/metric-definitions.md b/server/sonar-docs/src/pages/user-guide/metric-definitions.md index 212330d6325..88dd85c2a48 100644 --- a/server/sonar-docs/src/pages/user-guide/metric-definitions.md +++ b/server/sonar-docs/src/pages/user-guide/metric-definitions.md @@ -164,7 +164,7 @@ E = at least 1 Blocker Vulnerability **Security remediation effort** (`security_remediation_effort`) Effort to fix all vulnerability issues. The measure is stored in minutes in the DB. An 8-hour day is assumed when values are shown in days. -**Security remedation effort on new code** (`new_security_remediation_effort`) +**Security remediation effort on new code** (`new_security_remediation_effort`) Same as _Security remediation effort_ but on the code changed in the New Code period. **Security Hotspots** (`security_hotspots`) @@ -176,11 +176,11 @@ Number of new Security Hotspots **Security Hotspot Review Rating** (`security_hotspot_review_rating`) The ratio of the number of Security Hotspots that are in "To Review" or "In Review" status per 1K lines of code. -A = 0–3 "To Review" and "In Review" Security Hotspots per 1K lines of code -B = >3–10 -C = >10–15 -D = >15–25 -E = >25 +A = 0–3 "To Review" and "In Review" Security Hotspots per 1K lines of code +B = >3–10 +C = >10–15 +D = >15–25 +E = >25 --- ## Size -- 2.39.5