Skip to content

Commit f34fc2d

Browse files
committed
minor #4825 Fixed the 404 not found error (SofHad)
This PR was merged into the 2.3 branch. Discussion ---------- Fixed the 404 not found error | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | no On this page: http://symfony.com/doc/master/components/templating/helpers/slotshelper.html Commits ------- cc7853d Fixed 404 page
2 parents 91a89b7 + cc7853d commit f34fc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)