]> source.dussan.org Git - sonarqube.git/commitdiff
Fix codesmell typo (#2404)
authorAndrei Epure <38876598+andrei-epure-sonarsource@users.noreply.github.com>
Thu, 9 Jan 2020 07:52:26 +0000 (08:52 +0100)
committerSonarTech <sonartech@sonarsource.com>
Thu, 9 Jan 2020 19:46:10 +0000 (20:46 +0100)
server/sonar-docs/src/pages/user-guide/issues.md

index 4b58e9152262358b08a537dffe3707547447c998..08c9cb6f6a501edfa7dc2ecb53c5860349d89bf5 100644 (file)
@@ -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