summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/form_validation.rst
diff options
context:
space:
mode:
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>2012-11-19 11:29:52 +0100
committerAlan Jenkins <alan.christopher.jenkins@gmail.com>2012-11-19 11:33:12 +0100
commita51f8ec0b98df8b7adc97cdca555cf50064eb94a (patch)
tree896d62b2cc22dc5eb0088e39d4765af18cc3b866 /user_guide_src/source/libraries/form_validation.rst
parent4173fa05a067395e3bf8d5b5f3dedb8af59d3fa1 (diff)
Documentation: fix typos in name of application folder
The name is "application/", not "applications/". (This commit does not change managing_apps.rst, where "applications/" is used intentionally).
Diffstat (limited to 'user_guide_src/source/libraries/form_validation.rst')
-rw-r--r--user_guide_src/source/libraries/form_validation.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide_src/source/libraries/form_validation.rst b/user_guide_src/source/libraries/form_validation.rst
index a3a35b499..b1f466f4c 100644
--- a/user_guide_src/source/libraries/form_validation.rst
+++ b/user_guide_src/source/libraries/form_validation.rst
@@ -63,7 +63,7 @@ The Form
========
Using a text editor, create a form called myform.php. In it, place this
-code and save it to your applications/views/ folder::
+code and save it to your application/views/ folder::
<html>
<head>
@@ -98,7 +98,7 @@ The Success Page
================
Using a text editor, create a form called formsuccess.php. In it, place
-this code and save it to your applications/views/ folder::
+this code and save it to your application/views/ folder::
<html>
<head>
@@ -117,7 +117,7 @@ The Controller
==============
Using a text editor, create a controller called form.php. In it, place
-this code and save it to your applications/controllers/ folder::
+this code and save it to your application/controllers/ folder::
<?php