Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 6109c5b

Browse files
committed
Merge branch 'hotfix/119'
Close #119
2 parents bd01e81 + 8ce49c8 commit 6109c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Helper/DoctypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public function testIsHtml5()
137137

138138
public function testIsRdfa()
139139
{
140-
// ensure default registerd Doctype is false
140+
// ensure default registered Doctype is false
141141
$this->assertFalse($this->helper->isRdfa());
142142

143143
$this->assertTrue($this->helper->__invoke(Helper\Doctype::XHTML1_RDFA)->isRdfa());

0 commit comments

Comments
 (0)