Update plugins/catalog-backend-module-puppetdb/README.md

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Tomas Dabasinskas <tomas@dabasinskas.net>
This commit is contained in:
Tomas Dabasinskas
2023-02-27 07:55:04 +02:00
parent 29f496d2d7
commit 968a62954f
@@ -69,7 +69,7 @@ export const customResourceTransformer: ResourceTransformer = async (
node,
config,
): Promise<GroupEntity | undefined> => {
// Transofrmations may change namespace, owner, change entity naming pattern, add labels, annotations, etc.
// Transformations may change namespace, owner, change entity naming pattern, add labels, annotations, etc.
// Create the Resource Entity on your own, or wrap the default transformer
return await defaultResourceTransformer(node, config);