Skip to content

Commit c732589

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: Fix typo in documentation: changed "controller" to "number" method
2 parents 65d0031 + d8ea231 commit c732589

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
@@ -36,7 +36,7 @@ Creating a Page: Route and Controller
3636

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

4141
<?php
4242
// src/Controller/LuckyController.php

0 commit comments

Comments
 (0)