Skip to content

Commit cc7853d

Browse files
committed
Fixed 404 page
1 parent 236c26f commit cc7853d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/templating/helpers/slotshelper.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Extending Templates
5555

5656
The :method:`Symfony\\Component\\Templating\\PhpEngine::extend` method is called in the
5757
sub-template to set its parent template. Then
58-
:method:`$view['slots']->set() <Symfony\\Component\\Translation\\Helper\\SlotsHelper::set>`
58+
:method:`$view['slots']->set() <Symfony\\Component\\Templating\\Helper\\SlotsHelper::set>`
5959
can be used to set the content of a slot. All content which is not explicitly
6060
set in a slot is in the ``_content`` slot.
6161

0 commit comments

Comments
 (0)