We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa37a14 commit 4fb0997Copy full SHA for 4fb0997
user_guide_src/source/incoming/routing.rst
@@ -18,7 +18,7 @@ controller class/method. The segments in a URI normally follow this pattern::
18
19
example.com/class/method/id/
20
21
-We call this "**Auto Routes**". CodeIgniter automatically routes a HTTP request,
+We call this "**Auto Routes**". CodeIgniter automatically routes an HTTP request,
22
and executes the corresponding controller method. The auto-routing is enabled by default.
23
24
.. note:: To prevent misconfiguration and miscoding, we recommend that you disable
0 commit comments