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 */