Fixed typos in usage documentation

This commit is contained in:
Ismail Magomedov
2021-03-25 19:21:27 +03:00
parent ed409ac1b7
commit abc7c8dc72
8 changed files with 15 additions and 15 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({