File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1933,8 +1933,8 @@ provides some functions to generate both relative and absolute URLs:
1933
1933
Generating URLs in JavaScript
1934
1934
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1935
1935
1936
- If your JavaScript code is included in a Twig template, you can use the same
1937
- ``path() `` and ``url() `` functions to generate the URLs and store them in
1936
+ If your JavaScript code is included in a Twig template, you can use the
1937
+ ``path() `` and ``url() `` Twig functions to generate the URLs and store them in
1938
1938
JavaScript variables. The ``escape() `` function is needed to escape any
1939
1939
non-JavaScript-safe values:
1940
1940
@@ -2100,7 +2100,7 @@ method) or globally with these configuration parameters:
2100
2100
$container->setParameter('asset.request_context.secure', true);
2101
2101
2102
2102
Outside of console commands, use the ``schemes `` option to define the scheme of
2103
- each route explicitly::
2103
+ each route explicitly:
2104
2104
2105
2105
.. configuration-block ::
2106
2106
You can’t perform that action at this time.
0 commit comments