diff --git a/docs/features/software-catalog/catalog-customization.md b/docs/features/software-catalog/catalog-customization.md index 18e0c98f60..c91800f178 100644 --- a/docs/features/software-catalog/catalog-customization.md +++ b/docs/features/software-catalog/catalog-customization.md @@ -95,7 +95,7 @@ const yamlExporter: CatalogExporter = ({ apis, columns, streamRequest }) => { const catalogExportExtension = CatalogExportConfigBlueprint.make({ params: { exporters: { - yaml: { fn: yamlExporter, label: 'YAML' }, + yaml: { exporter: yamlExporter, label: 'YAML' }, }, columns: [{ entityFilterKey: 'metadata.name', title: 'Name' }], onSuccess: () => {