diff --git a/page_creation.rst b/page_creation.rst index 9717f4f6d72..7beb7f2c1dc 100644 --- a/page_creation.rst +++ b/page_creation.rst @@ -41,7 +41,7 @@ Creating a Page: Route and Controller article and can access your new Symfony app in the browser. Suppose you want to create a page - ``/lucky/number`` - that generates a lucky (well, -random) number and prints it. To do that, create a "Controller class" and a +random) number and prints it. To do that, create a "Controller" class and a "controller" method inside of it::