diff options
author | Andrey Andreev <narf@devilix.net> | 2019-03-20 18:20:30 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2019-03-20 18:21:13 +0100 |
commit | b78ba5521d42e393380e205451c341b69b3d7984 (patch) | |
tree | 516599785e909c761393c8cba19c6b691664e6b9 /user_guide_src/source/libraries | |
parent | b0bf33f5e5b5b230557d5b39092ded6621102528 (diff) |
[ci skip] Merge pull request #5724 from kevmo/patch-1
Punctuation error fixed in documentation (add apostrophe).
Diffstat (limited to 'user_guide_src/source/libraries')
-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 88cda1686..16de42338 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: |