Skip to content

Commit a375386

Browse files
authored
Add missing "be"
1 parent 25defe4 commit a375386

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/concepts/autoloader.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ Composer support is automatically initialized by default. By default, it looks f
9292
ROOTPATH.'vendor/autoload.php'. If you need to change the location of that file for any reason, you can modify
9393
the value defined in ``Config\Constants.php``.
9494

95-
.. note:: If the same namespace is defined in both CodeIgniter and Composer, CodeIgniter's autoloader will
96-
the first one to get a chance to locate the file.
95+
.. note:: If the same namespace is defined in both CodeIgniter and Composer, CodeIgniter's autoloader will be
96+
the first one to get a chance to locate the file.

0 commit comments

Comments
 (0)