Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI)
2021-03-29 02:24:38 +00:00
parent 84e56193dc
commit 3c6f1bbd8d
296 changed files with 1627 additions and 1627 deletions

View File

@ -1,6 +1,6 @@
# Paragraph
> Everything (text, images, graphs etc) in OpenXML is organised in paragraphs.
> Everything (text, images, graphs etc) in OpenXML is organized in paragraphs.
!> Paragraphs requires an understanding of [Sections](sections.md).
@ -42,7 +42,7 @@ const doc = new Document({
});
```
Or the preferred convension, define the paragraph inside the section and remove the usage of variables:
Or the preferred convention, define the paragraph inside the section and remove the usage of variables:
```ts
const doc = new Document({