Skip to content

Commit 792e619

Browse files
authored
Merge pull request #8778 from obozdag/patch-2
docs: Small typo in routing.rst
2 parents 378e9dc + d4f1514 commit 792e619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/incoming/routing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ Consider this URI::
814814

815815
example.com/index.php/helloworld/hello/1
816816

817-
In the above example, when you send a HTTP request with **GET** method,
817+
In the above example, when you send an HTTP request with **GET** method,
818818
Auto Routing would attempt to find a controller named ``App\Controllers\Helloworld``
819819
and executes ``getHello()`` method with passing ``'1'`` as the first argument.
820820

@@ -918,7 +918,7 @@ or to use :ref:`auto-routing-improved`,
918918
Auto Routing (Legacy) feature. It is easy to create vulnerable apps where controller filters
919919
or CSRF protection are bypassed.
920920

921-
.. important:: Auto Routing (Legacy) routes a HTTP request with **any** HTTP method to a controller method.
921+
.. important:: Auto Routing (Legacy) routes an HTTP request with **any** HTTP method to a controller method.
922922

923923
Enable Auto Routing (Legacy)
924924
============================

0 commit comments

Comments
 (0)