]> source.dussan.org Git - sonarqube.git/commitdiff
Update server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualityprofile...
authorDavid Cho-Lerat <117642976+david-cho-lerat-sonarsource@users.noreply.github.com>
Thu, 2 Nov 2023 11:59:29 +0000 (12:59 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 2 Nov 2023 20:02:42 +0000 (20:02 +0000)
server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualityprofile/ws/ProjectsAction.java

index 36ca5e82bcde06be81f4c129b4c5f95b471641d6..5cfa6c8358e46d9d6e31bad2e86591724d904183 100644 (file)
@@ -63,7 +63,7 @@ public class ProjectsAction implements QProfileWsAction {
       .setSince("5.2")
       .setHandler(this)
       .setDescription("List projects with their association status regarding a quality profile. <br/>" +
-        "Only projects explicitly bound to the profile are returned, those associated to the profile because is the default one are not. <br/>" +
+        "Only projects explicitly bound to the profile are returned, those associated with the profile because is the default one are not. <br/>" +
         "See api/qualityprofiles/search in order to get the Quality Profile Key. ")
       .setResponseExample(getClass().getResource("projects-example.json"));