Skip to content

Commit 7493f07

Browse files
committed
docs: change order of sentences
1 parent c95912e commit 7493f07

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

user_guide_src/source/incoming/routing.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,12 @@ Command-Line Only Routes
324324
.. note:: It is recommended to use Spark Commands for CLI scripts instead of calling controllers via CLI.
325325
See the :doc:`../cli/cli_commands` page for detailed information.
326326

327-
You can create routes that work only from the command-line, and are inaccessible from the web browser, with the
328-
``cli()`` method. Any route created by any of the HTTP-verb-based
327+
Any route created by any of the HTTP-verb-based
329328
route methods will also be inaccessible from the CLI, but routes created by the ``add()`` method will still be
330-
available from the command line:
329+
available from the command line.
330+
331+
You can create routes that work only from the command-line, and are inaccessible from the web browser, with the
332+
``cli()`` method:
331333

332334
.. literalinclude:: routing/032.php
333335

0 commit comments

Comments
 (0)