Skip to content

Commit

Permalink
Fix spelling mistake (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziming authored Oct 5, 2024
1 parent ebe4d36 commit 3cbf506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/DocumentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function it_can_be_rebased()
}

#[Test]
public function it_can_use_namespaed()
public function it_can_use_namespaced()
{
$document = XmlParser::via(simplexml_load_string(
'<?xml version="1.0" standalone="yes"?>
Expand Down

0 comments on commit 3cbf506

Please sign in to comment.