File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
user_guide_src/source/incoming Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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,
818818Auto Routing would attempt to find a controller named ``App\Controllers\Helloworld ``
819819and 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
923923Enable Auto Routing (Legacy)
924924============================
You can’t perform that action at this time.
0 commit comments