Fix typo in comment in sonarqube plugin

Signed-off-by: Neemys <36508659+Neemys@users.noreply.github.com>
This commit is contained in:
Neemys
2022-07-22 14:47:25 +02:00
parent f1768c82e1
commit ddd47ff7fb
@@ -30,7 +30,7 @@ export const isSonarQubeAvailable = (entity: Entity) =>
/**
* Try to parse sonarqube information from an entity.
*
* If part are all info are not found, they will default to an empty string
* If part or all info are not found, they will default to an empty string
*
* @param entity entity to find the sonarqube information from.
* @return a ProjectInfo properly populated.