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

This commit is contained in:
Deployment Bot (from Travis CI)
2018-08-09 02:25:49 +00:00
parent 75fc0b58d5
commit 5ef1c2960d
338 changed files with 2301 additions and 2301 deletions

View File

@ -28,7 +28,7 @@ This is just a guideline, and the rules can sometimes be broken.
* Use `add` if you add the element into the method as a parameter:
```js
public createParagraph(paragraph: Paragraph) {
public addParagraph(paragraph: Paragraph) {
this.root.push(paragraph);
}
```