Skip to content

Commit ee7020f

Browse files
committed
docs: add missing get in method name
1 parent 22bf430 commit ee7020f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/incoming/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ when a controller is found that matches the URI, but no segment exists for the m
763763
``index``.
764764

765765
In this example, if the user were to visit **example.com/products**, and a ``Products`` controller existed, the
766-
``Products::listAll()`` method would be executed:
766+
``Products::getListAll()`` method would be executed:
767767

768768
.. literalinclude:: routing/048.php
769769

0 commit comments

Comments
 (0)