Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: JakeQZ <[email protected]>
  • Loading branch information
oliverklee and JakeQZ authored Feb 16, 2025
1 parent 4fc3208 commit f212293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/CSSList/AtRuleBlockListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function atRuleArgsByDefaultReturnsEmptyString(): void
/**
* @test
*/
public function atRuleArgusReturnsArgumentsProvidedToConstructor(): void
public function atRuleArgsReturnsArgumentsProvidedToConstructor(): void
{
$arguments = 'bar';

Expand Down

0 comments on commit f212293

Please sign in to comment.