Skip to content

Commit 8b8da0f

Browse files
committed
docs: change note to warning
1 parent ebaa5ea commit 8b8da0f

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
@@ -535,7 +535,7 @@ Route Priority
535535

536536
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.
537537

538-
.. note:: If a route path is defined more than once with different handlers, only the first defined route is registered.
538+
.. warning:: If a route path is defined more than once with different handlers, only the first defined route is registered.
539539

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

0 commit comments

Comments
 (0)