From 95f324cb7fff18ce4d0f0b512107aaba50e603f9 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 29 Sep 2021 10:27:04 +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: Johan Haals Co-authored-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 2740d7ad96..c28d7c4f9c 100644 --- a/docs/features/software-catalog/external-integrations.md +++ b/docs/features/software-catalog/external-integrations.md @@ -200,7 +200,7 @@ import { CatalogProcessorParser } from '.'; // changes to the processor implementation or CacheItem. const CACHE_KEY = 'v1'; -// CacheItem is our cache containing ETag used in the upstream request +// Our cache item contains the ETag used in the upstream request // as well as the processing result used when the Etag matches. // Bump the CACHE_KEY version if you make any changes to this type. type CacheItem = {