Skip to content

Commit 59da173

Browse files
committed
docs: fix by proofreading
1 parent 8b8da0f commit 59da173

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/incoming/routing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ The *Method* will be like ``GET(auto)``.
875875

876876
``/..`` in the *Route* column indicates one segment. ``[/..]`` indicates it is optional.
877877

878-
.. note:: When auto-routing is enabled, if you have the route ``home``, it can be also accessd by ``Home``, or maybe by ``hOme``, ``hoMe``, ``HOME``, etc. But the command shows only ``home``.
878+
.. note:: When auto-routing is enabled and you have the route ``home``, it can be also accessed by ``Home``, or maybe by ``hOme``, ``hoMe``, ``HOME``, etc. but the command will show only ``home``.
879879

880880
If you see a route starting with ``x`` like the following, it indicates an invalid
881881
route that won't be routed, but the controller has a public method for routing.
@@ -913,7 +913,7 @@ The *Method* will be ``auto``.
913913

914914
``[/...]`` in the *Route* column indicates any number of segments.
915915

916-
.. note:: When auto-routing is enabled, if you have the route ``home``, it can be also accessd by ``Home``, or maybe by ``hOme``, ``hoMe``, ``HOME``, etc. But the command shows only ``home``.
916+
.. note:: When auto-routing is enabled and you have the route ``home``, it can be also accessed by ``Home``, or maybe by ``hOme``, ``hoMe``, ``HOME``, etc. but the command will show only ``home``.
917917

918918
.. _routing-spark-routes-sort-by-handler:
919919

0 commit comments

Comments
 (0)