Skip to content

Commit a978af8

Browse files
kenjispaulbalandan
andauthored
docs: fix by proofreading
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
1 parent 54f6126 commit a978af8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

user_guide_src/source/incoming/routing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,11 +448,11 @@ be used when the first parameter is a language string:
448448
Route Priority
449449
**************
450450

451-
Routes are registered in the routing table in the order in which they are defined, and the first matching route is executed.
451+
Routes are registered in the routing table in the order in which they are defined. This means that when a URI is accessed, the first matching route will be executed.
452452

453-
.. note:: If exactly the same route (the URI path) is defined more than once, only the route defined first is registered.
453+
.. note:: If a route (the URI path) is defined more than once with different handlers, only the first defined route is registered.
454454

455-
You can check the routing table by the :ref:`spark routes <spark-routes>` command.
455+
You can check registered routes in the routing table by running the :ref:`spark routes <spark-routes>` command.
456456

457457
Changing Route Priority
458458
=======================

0 commit comments

Comments
 (0)