]> source.dussan.org Git - sonarqube.git/commitdiff
minor edit
authorG. Ann Campbell <ann.campbell@sonarsource.com>
Mon, 16 Jul 2018 13:35:30 +0000 (09:35 -0400)
committerSonarTech <sonartech@sonarsource.com>
Tue, 17 Jul 2018 18:21:27 +0000 (20:21 +0200)
server/sonar-docs/src/pages/security-reports.md

index 9b3973dd35a1434f7e5d3fd25d59aac7d8c7deee..ea5355adb0e0d4677a2041c9d0e51005058dd3c4 100644 (file)
@@ -22,6 +22,6 @@ Once you've *Detect*ed that there really is a problem at a Hotspot location, it
 ## What does it mean for a Hotspot to be marked "Won't Fix".
 The Won't Fix designation is used to indicate that a Hotspot has been reviewed and there is no way, as of now, to exploit this piece of code to create an attack.
 
-## Why don't I see any Hotspot?
-It is possible you really have no Hotspot because your code is safe in itself and you used no security-sensitive API.
+## Why don't I see any Hotspots?
+It is possible you really have no Hotspots because your code uses no security-sensitive API.
 Also, Security Hotspots are only created for now for C#, Java and PHP.