Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed May 14, 2024
1 parent cfaf0e9 commit e3f5bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TagBagInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface TagBagInterface
public function add(TagInterface $tag): void;

/**
* If the tag is empty, it renders an empty string, i.e. ''
* If the tag bag is empty, it renders an empty string, i.e. ''
*
* NOTICE: All tags are removed from the tag bag when this method is called
*/
Expand Down

0 comments on commit e3f5bc6

Please sign in to comment.