From 6216e815c4acf086fc0f80f1399016e79f00e602 Mon Sep 17 00:00:00 2001 From: MGatner Date: Wed, 28 Aug 2019 10:26:33 -0400 Subject: [PATCH] Typo --- user_guide_src/source/extending/common.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/extending/common.rst b/user_guide_src/source/extending/common.rst index 71c315b6f04f..5c5bf9c999e0 100644 --- a/user_guide_src/source/extending/common.rst +++ b/user_guide_src/source/extending/common.rst @@ -2,7 +2,7 @@ Replacing Common Functions ************************** -There a quite a few functions necessary to CodeIgniter that need to be loaded early for use in the core classes and +There are quite a few functions necessary to CodeIgniter that need to be loaded early for use in the core classes and thus cannot be placed into a helper. While most users will never have any need to do this, but the option to replace these functions does exist for those who would like to significantly alter the CodeIgniter core. In the ``App\`` directory there is a file ``Common.php``, and any functions defined in there will take precedence over the versions