Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ovchinnikova-natalya committed Dec 18, 2024
1 parent 29c99d4 commit 6cebdf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Removes extra spaces in text document.
// Insert the cleanedText into the original paragraph structure
const oParagraph = Api.CreateParagraph();
oParagraph.AddText(cleanedText);
oDocument.InsertContent([oParagraph], { "KeepTextOnly": true });
oDocument.InsertContent([oParagraph], { "KeepTextOnly": true });
})();
```

Expand Down

0 comments on commit 6cebdf6

Please sign in to comment.