Skip to content

Commit 5cd2d73

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Fix typo in documentation: changed "controller" to "number" method
2 parents 8e33491 + 38f03f0 commit 5cd2d73

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)