From 68abf6e837d8fd0792a57c1cbba56bc0605b511a Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Mon, 21 Feb 2022 13:24:56 +0100 Subject: [PATCH] Update plugins/techdocs-backend/src/search/DefaultTechDocsCollator.ts Signed-off-by: Emma Indal Co-authored-by: Eric Peterson --- plugins/techdocs-backend/src/search/DefaultTechDocsCollator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/techdocs-backend/src/search/DefaultTechDocsCollator.ts b/plugins/techdocs-backend/src/search/DefaultTechDocsCollator.ts index f32472b03b..86b70379ad 100644 --- a/plugins/techdocs-backend/src/search/DefaultTechDocsCollator.ts +++ b/plugins/techdocs-backend/src/search/DefaultTechDocsCollator.ts @@ -61,7 +61,7 @@ type EntityInfo = { }; /** - * A search collator responsible for gather and transform TechDocs document to index. + * A search collator responsible for gathering and transforming TechDocs documents. * * @public */