From e3f5bc62d73f70a508955e527e77a3130411b69b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Tue, 14 May 2024 13:45:48 +0200 Subject: [PATCH] Fix typo --- src/TagBagInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TagBagInterface.php b/src/TagBagInterface.php index 3f8d097..d61b1a6 100644 --- a/src/TagBagInterface.php +++ b/src/TagBagInterface.php @@ -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 */