Rewording and remove #

This commit is contained in:
askoufis
2019-03-07 15:36:06 +11:00
parent 55c5dd818a
commit b0d0041ff9

View File

@ -78,8 +78,8 @@ abstractNum.createLevel(2, "lowerLetter", "%3)", "start").addParagraphProperty(n
const concrete = numbering.createConcreteNumbering(abstractNum);
```
You can then apply your concrete style to paragraphs using their
`#setNumbering` method:
You can then apply your concrete style to paragraphs using the
`setNumbering` method:
```js
topLevelP.setNumbering(concrete, 0);