Skip to content

Commit 1a285b8

Browse files
authored
Update indentation.md
1 parent 0ecc351 commit 1a285b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/styles/indentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
``` php
44
<?php
55

6-
$phpWord->addParagraphStyle('line', ['indentation' => ['left' => 240, 'right' => 120]]);
7-
$section->addText('Hello, World!', null, 'line');
6+
$phpWord->addParagraphStyle('pStyle', ['indentation' => ['left' => 240, 'right' => 120]]);
7+
$section->addText('Hello, World!', null, 'pStyle');
88

99
```
1010

0 commit comments

Comments
 (0)