Introduce CSpell

This commit is contained in:
Dolan Miu
2022-07-04 14:51:36 +01:00
parent bb6eb87313
commit c888f589d0
6 changed files with 1893 additions and 13 deletions

View File

@ -141,12 +141,12 @@ export class ImportDotx {
}
private async addRelationshipToWrapper(
relationhipFile: IRelationshipFileInfo,
relationshipFile: IRelationshipFileInfo,
zipContent: JSZip,
wrapper: HeaderWrapper | FooterWrapper,
media: Media,
): Promise<void> {
const refFile = zipContent.files[`word/_rels/${relationhipFile.target}.rels`];
const refFile = zipContent.files[`word/_rels/${relationshipFile.target}.rels`];
if (!refFile) {
return;