Update plugins/techdocs-backend/src/search/DefaultTechDocsCollator.ts

Signed-off-by: Emma Indal <emma.indahl@gmail.com>

Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
This commit is contained in:
Emma Indal
2022-02-21 13:24:56 +01:00
committed by GitHub
parent a925ba8385
commit 68abf6e837
@@ -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
*/