Docs should reflect the correct usage of the property

Signed-off-by: Scott Guymer <scott.guymer@philips.com>
This commit is contained in:
Scott Guymer
2022-11-08 15:07:29 +01:00
parent bef063dc8d
commit 39403911c7
@@ -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;
}