We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e33491 + 38f03f0 commit 5cd2d73Copy full SHA for 5cd2d73
page_creation.rst
@@ -36,7 +36,7 @@ Creating a Page: Route and Controller
36
37
Suppose you want to create a page - ``/lucky/number`` - that generates a lucky (well,
38
random) number and prints it. To do that, create a "Controller" class and a
39
-"controller" method inside of it::
+"number" method inside of it::
40
41
<?php
42
// src/Controller/LuckyController.php
0 commit comments