Skip to content

Commit c6de161

Browse files
author
obozdag
authored
docs: Small typo in controllers.rst
Fix "a HTTP" to "an HTTP".
1 parent 2713cc4 commit c6de161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/incoming/controllers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Controllers are the heart of your application, as they determine how HTTP reques
1111
What is a Controller?
1212
*********************
1313

14-
A Controller is simply a class file that handles a HTTP request.
14+
A Controller is simply a class file that handles an HTTP request.
1515
:doc:`URI Routing <routing>` associates a URI with a controller. It returns a
1616
view string or ``Response`` object.
1717

@@ -477,7 +477,7 @@ without route definitions. The auto-routing is disabled by default.
477477
Auto Routing (Legacy). It is easy to create vulnerable apps where controller filters
478478
or CSRF protection are bypassed.
479479

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

482482
.. important:: Since v4.5.0, if Auto Routing (Legacy) doesn't find the controller,
483483
it will throw ``PageNotFoundException`` exception before the Controller Filters

0 commit comments

Comments
 (0)