Skip to content

Commit 959408b

Browse files
committed
Add missing word to docblocks
1 parent 8b32008 commit 959408b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/Assets/Asset.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,21 @@ class Asset {
7878
protected array $groups = [];
7979

8080
/**
81-
* Whether the asset be loaded in the footer.
81+
* Whether the asset should be loaded in the footer.
8282
*
8383
* @var bool
8484
*/
8585
protected bool $in_footer = true;
8686

8787
/**
88-
* Whether the asset be marked as async.
88+
* Whether the asset should be marked as async.
8989
*
9090
* @var bool
9191
*/
9292
protected bool $is_async = false;
9393

9494
/**
95-
* Whether the asset be marked as deferred.
95+
* Whether the asset should be marked as deferred.
9696
*
9797
* @var bool
9898
*/

0 commit comments

Comments
 (0)