We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43d7d7 commit 6216e81Copy full SHA for 6216e81
1 file changed
user_guide_src/source/extending/common.rst
@@ -2,7 +2,7 @@
2
Replacing Common Functions
3
**************************
4
5
-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
6
thus cannot be placed into a helper. While most users will never have any need to do this, but the option to replace
7
these functions does exist for those who would like to significantly alter the CodeIgniter core. In the ``App\``
8
directory there is a file ``Common.php``, and any functions defined in there will take precedence over the versions
0 commit comments