We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baab445 commit 340e2a7Copy full SHA for 340e2a7
1 file changed
user_guide_src/source/incoming/routing.rst
@@ -195,7 +195,7 @@ is allowed, as are back-references.
195
196
.. literalinclude:: routing/018.php
197
198
-In the above example, a URI similar to **products/shirts/123** would instead call the ``show`` method
+In the above example, a URI similar to **products/shirts/123** would instead call the ``show()`` method
199
of the ``Products`` controller class, with the original first and second segment passed as arguments to it.
200
201
With regular expressions, you can also catch a segment containing a forward slash (``/``), which would usually
0 commit comments