Skip to content

Commit e05b6dc

Browse files
committed
Fix typo
1 parent 6389b36 commit e05b6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpWord/Element/SectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function testConstructorWithArrayStyle()
4242
$this->assertSame('landscape', $style->getOrientation());
4343
}
4444

45-
public function testConstorWithObjectStyle()
45+
public function testConstructorWithObjectStyle()
4646
{
4747
$style = new SectionStyle();
4848
$section = new Section(0, $style);

0 commit comments

Comments
 (0)