We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe3ca3 commit 0ecc351Copy full SHA for 0ecc351
docs/usage/styles/spacing.md
@@ -3,8 +3,8 @@
3
``` php
4
<?php
5
6
-$phpWord->addParagraphStyle('spacing', ['space' => ['before' => 120, 'after' => 240]]);
7
-$section->addText('Hello, World!', null, 'spacing');
+$phpWord->addParagraphStyle('pStyle', ['space' => ['before' => 120, 'after' => 240]]);
+$section->addText('Hello, World!', null, 'pStyle');
8
9
```
10
0 commit comments