We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6d077 commit 52371bfCopy full SHA for 52371bf
README.md
@@ -38,7 +38,7 @@ class InjectAssets implements AssetInjector
38
return true;
39
}
40
41
- // 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
42
public function inject(): string
43
{
44
$js = file_get_contents(__DIR__ . '/../build/my-package.js');
0 commit comments