From bbb018213c61273e3073ed3acf2811467fa9668f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 3 Sep 2024 09:51:29 +0200 Subject: [PATCH] Update docs/features/software-catalog/external-integrations.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/external-integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-catalog/external-integrations.md b/docs/features/software-catalog/external-integrations.md index f9c41e00b9..0f64790087 100644 --- a/docs/features/software-catalog/external-integrations.md +++ b/docs/features/software-catalog/external-integrations.md @@ -1064,7 +1064,7 @@ To create an Incremental Entity Provider, you need to know how to retrieve a sin - **getProviderName:** A unique name to avoid conflicts with other providers. - **next:** Fetches a specific page of entities, moving the cursor forward. -- **around:** Handles setup and teardown, wrapping the process that iterates through multiple pages. +- **around:** Handles setup and tear-down, wrapping the process that iterates through multiple pages. For more information on compatibility, refer to the [requirements](https://github.com/backstage/backstage/tree/master/plugins/catalog-backend-module-incremental-ingestion#requirements).