Skip to content

Commit a025372

Browse files
lkysowweaverryan
authored andcommitted
Update cookbook/assetic/asset_management.rst
Fix wrong word: these -> this.
1 parent 4f1a5d9 commit a025372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/assetic/asset_management.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ directly:
2424
<script src="<?php echo $view['assets']->getUrl('js/script.js') ?>" type="text/javascript" />
2525
2626
But *with* Assetic, you can manipulate these assets however you want (or
27-
load them from anywhere) before serving them. These means you can:
27+
load them from anywhere) before serving them. This means you can:
2828
2929
* Minify and combine all of your CSS and JS files
3030

0 commit comments

Comments
 (0)