From afbfc1e13f638eef6b2b71ef7f6532a45cd584fb Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Thu, 3 Apr 2025 12:09:46 +0100 Subject: [PATCH] fix typo Signed-off-by: Brian Fletcher --- plugins/catalog-node/src/extensions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-node/src/extensions.ts b/plugins/catalog-node/src/extensions.ts index 91ff9eb414..ad11000339 100644 --- a/plugins/catalog-node/src/extensions.ts +++ b/plugins/catalog-node/src/extensions.ts @@ -59,7 +59,7 @@ export interface CatalogProcessingExtensionPoint { * processing entities before they are persisted in the catalog. * * This function also can replace a Default processor if the provided processor - * matches the process name. + * matches the processor name. * * @param processors - One or more processors */