]> 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 12:19:43 +0000 (13:19 +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 5cfa6c8358e46d9d6e31bad2e86591724d904183..9015e57c9dc262ba57853d2607cb8927f309ac8f 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 with 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 it 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"));