From f61e29bce771e56f8d45ad07a235c0399a1a9772 Mon Sep 17 00:00:00 2001 From: Andrei Epure <38876598+andrei-epure-sonarsource@users.noreply.github.com> Date: Thu, 9 Jan 2020 08:52:26 +0100 Subject: [PATCH] Fix codesmell typo (#2404) --- server/sonar-docs/src/pages/user-guide/issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5