Merge pull request #10147 from rex4539/typos

Fix typos
This commit is contained in:
Fredrik Adelöw
2022-03-15 11:01:46 +01:00
committed by GitHub
54 changed files with 99 additions and 61 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);
});