From: Andrei Epure <38876598+andrei-epure-sonarsource@users.noreply.github.com> Date: Thu, 9 Jan 2020 07:52:26 +0000 (+0100) Subject: Fix codesmell typo (#2404) X-Git-Tag: 8.2.0.32929~224 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f61e29bce771e56f8d45ad07a235c0399a1a9772;p=sonarqube.git Fix codesmell typo (#2404) --- diff --git a/server/sonar-docs/src/pages/user-guide/issues.md b/server/sonar-docs/src/pages/user-guide/issues.md index 4b58e915226..08c9cb6f6a5 100644 --- a/server/sonar-docs/src/pages/user-guide/issues.md +++ b/server/sonar-docs/src/pages/user-guide/issues.md @@ -11,7 +11,7 @@ There are three types of issues: 1. **Bug** – A coding error that will break your code and needs to be fixed immediately. 1. **Vulnerability** – A point in your code that's open to attack. -1. **Codesmell** – A maintainability issue that makes your code confusing and difficult to maintain. +1. **Code Smell** – A maintainability issue that makes your code confusing and difficult to maintain. ### Issue Severity