8000 Fixed trivial code example typo · richard4339/symfony-docs@80b24c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 80b24c1

Browse files
author
Jonathan Finch
authored
Fixed trivial code example typo
1 parent f89e2d0 commit 80b24c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ be its class name in this case::
240240
use AppBundle\Service\MessageGenerator;
241241
242242
// accessing services like this only works if you extend Controller
243-
class ProductController extend Controller
243+
class ProductController extends Controller
244244
{
245245
public function newAction()
246246
{
@@ -1002,4 +1002,4 @@ Learn more
10021002
/service_container/*
10031003

10041004
.. _`service-oriented architecture`: https://en.wikipedia.org/wiki/Service-oriented_architecture
1005-
.. _`Symfony Standard Edition (version 3.3) services.yml`: https://github.com/symfony/symfony-standard/blob/master/app/config/services.yml
1005+
.. _`Symfony Standard Edition (version 3.3) services.yml`: https://github.com/symfony/symfony-standard/blob/master/app/config/services.yml

0 commit comments

Comments
 (0)
0