diff options
author | klemens <ka7@github.com> | 2017-01-16 21:01:58 +0100 |
---|---|---|
committer | klemens <ka7@github.com> | 2017-01-16 21:01:58 +0100 |
commit | 24fedeb2075194f0da475f45f400a0866d9577f9 (patch) | |
tree | 8fd8dadad68bb36bb523bff05d1c578233912c2f /user_guide_src/source/helpers | |
parent | f41b4e33d1d5fe8d17b3d572b9676b0fdfedc8f7 (diff) |
spelling fixes
Diffstat (limited to 'user_guide_src/source/helpers')
-rw-r--r-- | user_guide_src/source/helpers/date_helper.rst | 2 | ||||
-rw-r--r-- | user_guide_src/source/helpers/string_helper.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/helpers/date_helper.rst b/user_guide_src/source/helpers/date_helper.rst index 909528855..2f44cb923 100644 --- a/user_guide_src/source/helpers/date_helper.rst +++ b/user_guide_src/source/helpers/date_helper.rst @@ -31,7 +31,7 @@ The following functions are available: :rtype: int Returns the current time as a UNIX timestamp, referenced either to your server's - local time or any PHP suported timezone, based on the "time reference" setting + local time or any PHP supported timezone, based on the "time reference" setting in your config file. If you do not intend to set your master time reference to any other PHP supported timezone (which you'll typically do if you run a site that lets each user set their own timezone settings) there is no benefit to using diff --git a/user_guide_src/source/helpers/string_helper.rst b/user_guide_src/source/helpers/string_helper.rst index d697d824b..7a45dc95b 100644 --- a/user_guide_src/source/helpers/string_helper.rst +++ b/user_guide_src/source/helpers/string_helper.rst @@ -151,7 +151,7 @@ The following functions are available: :returns: Reduced string :rtype: string - Reduces multiple instances of a particular character occuring directly + Reduces multiple instances of a particular character occurring directly after each other. Example:: $string = "Fred, Bill,, Joe, Jimmy"; |