Skip to content

Commit 84a6c51

Browse files
committed
docs: text decoration
Also remove add() in examples becase it is not recommended.
1 parent 8e9e3a4 commit 84a6c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/incoming/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ available from the command line:
390390
Global Options
391391
==============
392392

393-
All of the methods for creating a route (add, get, post, :doc:`resource <restful>` etc) can take an array of options that
393+
All of the methods for creating a route (``get()``, ``post()``, :doc:`resource() <restful>` etc) can take an array of options that
394394
can modify the generated routes, or further restrict them. The ``$options`` array is always the last parameter:
395395

396396
.. literalinclude:: routing/033.php

0 commit comments

Comments
 (0)