From 31864cc9b4dd8c1c2db682afd5d7a1e06901e8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 21 May 2024 09:51:12 +0200 Subject: [PATCH] Update docs/features/software-catalog/extending-the-model.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- docs/features/software-catalog/extending-the-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-catalog/extending-the-model.md b/docs/features/software-catalog/extending-the-model.md index 4625e81b13..51acd44c1d 100644 --- a/docs/features/software-catalog/extending-the-model.md +++ b/docs/features/software-catalog/extending-the-model.md @@ -590,7 +590,7 @@ export class FoobarEntitiesProcessor implements CatalogProcessor { #### New Backend -To them use your custom processor, you'll need to add the module to your backend as well as integrate your module with the catalog plugin. +To use your custom processor, you'll need to add the module to your backend as well as integrate your module with the catalog plugin. ```ts title="plugins/catalog-backend-module-foobar/src/index.ts" import {