Skip to content

Commit 8fc46bb

Browse files
kenjismichalsn
andauthored
docs: fix by proofreading
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
1 parent 1584825 commit 8fc46bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/cli/cli_commands.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ The following properties should be used in order to get listed in CLI commands a
3333
File Location
3434
=============
3535

36-
Commands must be stored within a directory named **Commands**. However, that directory can be located in the PSR-4 namespaces
37-
that the :doc:`Autoloader </concepts/autoloader>` can locate it. This could be in **app/Commands**, or
36+
Commands must be stored within a directory named **Commands**. However, that directory has to be located in the PSR-4 namespaces
37+
so that the :doc:`Autoloader </concepts/autoloader>` can locate it. This could be in **app/Commands**, or
3838
a directory that you keep commands in to use in all of your project development, like **Acme/Commands**.
3939

4040
.. note:: When the commands are executed, the full CodeIgniter CLI environment has been loaded, making it

0 commit comments

Comments
 (0)