diff options
author | Andrey Andreev <narf@devilix.net> | 2021-01-05 13:10:20 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2021-01-05 13:10:20 +0100 |
commit | 81e1c4bf66262f83854dae898801383ef493e3a8 (patch) | |
tree | fb970ce40d532edd44d8b0dec6b5c1a95993d16e | |
parent | 899338a3ea4651533493ffd9d1ce7002e9ddf53e (diff) |
[ci skip] Close #6005: Fix typos in email helper docs
-rw-r--r-- | user_guide_src/source/helpers/email_helper.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide_src/source/helpers/email_helper.rst b/user_guide_src/source/helpers/email_helper.rst index 1ee97d902..e0b2e4eab 100644 --- a/user_guide_src/source/helpers/email_helper.rst +++ b/user_guide_src/source/helpers/email_helper.rst @@ -35,8 +35,8 @@ The following functions are available: :returns: TRUE if a valid email is supplied, FALSE otherwise :rtype: bool - Checks if the input is a correctly formatted e-mail address. Note that is - doesn't actually prove that the address will be able recieve mail, but + Checks if the input is a correctly formatted e-mail address. Note that it + doesn't actually prove that the address will be able to receive mail, but simply that it is a validly formed address. Example:: @@ -72,4 +72,4 @@ The following functions are available: mail($recipient, $subject, $message); For a more robust email solution, see CodeIgniter's :doc:`Email Library - <../libraries/email>`.
\ No newline at end of file + <../libraries/email>`. |