Skip to content

Commit 4fb0997

Browse files
kenjislonnieezell
andauthored
docs: fix typo
Co-authored-by: Lonnie Ezell <lonnieje@gmail.com>
1 parent aa37a14 commit 4fb0997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/incoming/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ controller class/method. The segments in a URI normally follow this pattern::
1818

1919
example.com/class/method/id/
2020

21-
We call this "**Auto Routes**". CodeIgniter automatically routes a HTTP request,
21+
We call this "**Auto Routes**". CodeIgniter automatically routes an HTTP request,
2222
and executes the corresponding controller method. The auto-routing is enabled by default.
2323

2424
.. note:: To prevent misconfiguration and miscoding, we recommend that you disable

0 commit comments

Comments
 (0)