diff options
author | kevin moore <k.james.moore@gmail.com> | 2019-03-16 14:17:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-16 14:17:23 +0100 |
commit | ae75be8cea6c4ac6fde85ff009c211fd0e8f3747 (patch) | |
tree | b67ad9ebbae9aa9979150b760c3fbcc0b2aaeda4 | |
parent | 0fc1510298234c50b6f0142543acee0cdb569daf (diff) |
Punctuation error fixed (add apostrophe).
-rw-r--r-- | user_guide_src/source/libraries/form_validation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/form_validation.rst b/user_guide_src/source/libraries/form_validation.rst index fd2f3af94..a44310440 100644 --- a/user_guide_src/source/libraries/form_validation.rst +++ b/user_guide_src/source/libraries/form_validation.rst @@ -45,7 +45,7 @@ and tedious to implement. Form Validation Tutorial ************************ -What follows is a "hands on" tutorial for implementing CodeIgniters Form +What follows is a "hands on" tutorial for implementing CodeIgniter's Form Validation. In order to implement form validation you'll need three things: |