Merge pull request #250 from zacharyrankin/master
Fix a minor typo in the text styles example
This commit is contained in:
commit
8c7efde9be
|
|
@ -84,7 +84,7 @@ Inline style examples:
|
|||
$textrun = $section->addTextRun();
|
||||
$textrun->addText('I am bold', array('bold' => true));
|
||||
$textrun->addText('I am italic', array('italic' => true));
|
||||
$textrun->addText('I am colored, array('color' => 'AACC00'));
|
||||
$textrun->addText('I am colored', array('color' => 'AACC00'));
|
||||
|
||||
Defined style examples:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue