Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Aug 16, 2024
1 parent ff6d077 commit 52371bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class InjectAssets implements AssetInjector
return true;
}

// Will inject return value in head tag or befor html close if no head is present
// Will inject return value in head tag or before html close if no head is present
public function inject(): string
{
$js = file_get_contents(__DIR__ . '/../build/my-package.js');
Expand Down

0 comments on commit 52371bf

Please sign in to comment.