From 5a244df17b04eee2245972d27740c9f87e2b28e2 Mon Sep 17 00:00:00 2001
From: David Cho-Lerat
<117642976+david-cho-lerat-sonarsource@users.noreply.github.com>
Date: Thu, 2 Nov 2023 13:19:43 +0100
Subject: [PATCH] Update
server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualityprofile/ws/ProjectsAction.java
---
.../java/org/sonar/server/qualityprofile/ws/ProjectsAction.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualityprofile/ws/ProjectsAction.java b/server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualityprofile/ws/ProjectsAction.java
index 5cfa6c8358e..9015e57c9dc 100644
--- a/server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualityprofile/ws/ProjectsAction.java
+++ b/server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualityprofile/ws/ProjectsAction.java
@@ -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.
" +
- "Only projects explicitly bound to the profile are returned, those associated with the profile because is the default one are not.
" +
+ "Only projects explicitly bound to the profile are returned, those associated with the profile because it is the default one are not.
" +
"See api/qualityprofiles/search in order to get the Quality Profile Key. ")
.setResponseExample(getClass().getResource("projects-example.json"));
--
2.39.5