Skip to content

Commit 6216e81

Browse files
authored
Typo
1 parent c43d7d7 commit 6216e81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/extending/common.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Replacing Common Functions
33
**************************
44

5-
There a quite a few functions necessary to CodeIgniter that need to be loaded early for use in the core classes and
5+
There are quite a few functions necessary to CodeIgniter that need to be loaded early for use in the core classes and
66
thus cannot be placed into a helper. While most users will never have any need to do this, but the option to replace
77
these functions does exist for those who would like to significantly alter the CodeIgniter core. In the ``App\``
88
directory there is a file ``Common.php``, and any functions defined in there will take precedence over the versions

0 commit comments

Comments
 (0)