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 {