Fix typos

Signed-off-by: Dimitris Apostolou <dimitris.apostolou@icloud.com>
This commit is contained in:
Dimitris Apostolou
2022-03-13 14:09:19 +02:00
parent b17dd0584d
commit aedd4daa66
54 changed files with 62 additions and 62 deletions
@@ -203,7 +203,7 @@ describe('DefaultTechDocsCollatorFactory', () => {
const pipeline = TestPipeline.withSubject(collator);
const { documents } = await pipeline.execute();
// Only 1 entity with TechDocs configured multipled by 3 pages.
// Only 1 entity with TechDocs configured multiplied by 3 pages.
expect(documents).toHaveLength(3);
});