From 39403911c7863923ba44ca8661b8c60f168b9144 Mon Sep 17 00:00:00 2001 From: Scott Guymer Date: Tue, 8 Nov 2022 15:07:29 +0100 Subject: [PATCH] Docs should reflect the correct usage of the property Signed-off-by: Scott Guymer --- .../src/providers/GitHubOrgEntityProvider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend-module-github/src/providers/GitHubOrgEntityProvider.ts b/plugins/catalog-backend-module-github/src/providers/GitHubOrgEntityProvider.ts index cf4adbb18d..210df46363 100644 --- a/plugins/catalog-backend-module-github/src/providers/GitHubOrgEntityProvider.ts +++ b/plugins/catalog-backend-module-github/src/providers/GitHubOrgEntityProvider.ts @@ -96,7 +96,7 @@ export interface GithubOrgEntityProviderOptions { userTransformer?: UserTransformer; /** - * Optionally include a user transformer for transforming from GitHub users to User Entities + * Optionally include a team transformer for transforming from GitHub teams to Group Entities */ teamTransformer?: TeamTransformer; }