Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 48b67bf

Browse filesBrowse files
committed
missing comma makes sentence awkward
1 parent 006486e commit 48b67bf
Copy full SHA for 48b67bf

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎cookbook/assetic/asset_management.rst

Copy file name to clipboardExpand all lines: cookbook/assetic/asset_management.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ details of Assetic's debug mode can be found in :doc:`/cookbook/assetic/yuicompr
239239
Controlling the URL used
240240
------------------------
241241

242-
If you wish to you can control the URLs that Assetic produces. This is
242+
If you wish to, you can control the URLs that Assetic produces. This is
243243
done from the template and is relative to the public document root:
244244

245245
.. configuration-block::
@@ -385,4 +385,4 @@ some isolated directory (e.g. ``/js/compiled``), to keep things organized:
385385
array('output' => 'js/compiled/main.js')
386386
) as $url): ?>
387387
<script src="<?php echo $view->escape($url) ?>"></script>
388-
<?php endforeach; ?>
388+
<?php endforeach; ?>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.