Fix typos

Signed-off-by: Dimitris Apostolou <dimitris.apostolou@icloud.com>
This commit is contained in:
Dimitris Apostolou
2022-03-13 14:09:19 +02:00
parent b17dd0584d
commit aedd4daa66
54 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export const statusTypes: Array<FilterStatusType> = [
/**
* The branch enum of either 'master' or 'branch' (or possibly the meta 'all').
*
* The concept of what constitues a master branch is generic. It might be called
* The concept of what constitutes a master branch is generic. It might be called
* something like 'release' or 'main' or 'trunk' in the underlying CI/CD system,
* which is then up to the Api to map accordingly.
*/