We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b32008 commit 959408bCopy full SHA for 959408b
src/Assets/Asset.php
@@ -78,21 +78,21 @@ class Asset {
78
protected array $groups = [];
79
80
/**
81
- * Whether the asset be loaded in the footer.
+ * Whether the asset should be loaded in the footer.
82
*
83
* @var bool
84
*/
85
protected bool $in_footer = true;
86
87
88
- * Whether the asset be marked as async.
+ * Whether the asset should be marked as async.
89
90
91
92
protected bool $is_async = false;
93
94
95
- * Whether the asset be marked as deferred.
+ * Whether the asset should be marked as deferred.
96
97
98
0 commit comments