Skip to content

Commit

Permalink
Merge pull request #4190 from kenjis/fix-user-guide-the-the
Browse files Browse the repository at this point in the history
docs: Fix double "the"
  • Loading branch information
samsonasik committed Jan 30, 2021
2 parents 49520c7 + e174edf commit 3545acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion user_guide_src/source/general/errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Error Handling
##############

CodeIgniter builds error reporting into your system through Exceptions, both the `SPL collection <https://www.php.net/manual/en/spl.exceptions.php>`_, as
well as a few custom exceptions that are provided by the framework. Depending on your environment's setup, the
well as a few custom exceptions that are provided by the framework. Depending on your environment's setup,
the default action when an error or exception is thrown is to display a detailed error report unless the application
is running under the ``production`` environment. In this case, a more generic message is displayed to
keep the best user experience for your users.
Expand Down
2 changes: 1 addition & 1 deletion user_guide_src/source/libraries/time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ all identical::
isBefore()
----------

Checks if the passed in time is before the the current instance. The comparison is done against the UTC versions of
Checks if the passed in time is before the current instance. The comparison is done against the UTC versions of
both times::

$time1 = Time::parse('January 10, 2017 21:50:00', 'America/Chicago');
Expand Down

0 comments on commit 3545acc

Please sign in to comment.