Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Mar 13, 2024
1 parent 1840bbf commit 5615341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/ReplaceOrAppendTags.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ReplaceOrAppendTags

public function __invoke(string $contents)
{
if (str_contains($contents, '<x-importmap::tasg />')) {
if (str_contains($contents, '<x-importmap::tags />')) {
return $contents;
}

Expand Down

0 comments on commit 5615341

Please sign in to comment.