Skip to content

Commit 49077f1

Browse files
committed
Fix file name
With case-sensitive filesystem, visiting example.com/index.php/form/ returns a '404 Page Not Found' error
1 parent bb5184e commit 49077f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/libraries/form_validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ this code and save it to your application/views/ folder::
116116
The Controller
117117
==============
118118

119-
Using a text editor, create a controller called form.php. In it, place
119+
Using a text editor, create a controller called Form.php. In it, place
120120
this code and save it to your application/controllers/ folder::
121121

122122
<?php

0 commit comments

Comments
 (0)