Skip to content

Commit 8b23729

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Minor typo update for readability
2 parents f42dfde + 02156d6 commit 8b23729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Creating a Page: Route and Controller
4141
article and can access your new Symfony app in the browser.
4242

4343
Suppose you want to create a page - ``/lucky/number`` - that generates a lucky (well,
44-
random) number and prints it. To do that, create a "Controller class" and a
44+
random) number and prints it. To do that, create a "Controller" class and a
4545
"controller" method inside of it::
4646

4747
<?php

0 commit comments

Comments
 (0)