Skip to content

Commit 674fafd

Browse files
committed
[doc] fix typo
1 parent 8f36d6f commit 674fafd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@ you now include this as
194194

195195
Or inside assetic, do
196196

197-
{% JavaScripts filter='?yui_js'
197+
{% javascripts filter='?yui_js'
198198
'bundles/fosjsrouting/js/router.js'
199199
'js/fos_js_routes.js'
200200
%}
201201
<script src="{{ asset_url }}"></script>
202-
{% endJavaScripts %}
202+
{% endjavascripts %}
203203

204204
**Important:** you should follow the Symfony documentation about generating URLs
205205
in the console: [Configuring The Request Context

0 commit comments

Comments
 (0)