Skip to content

Commit de1028e

Browse files
committed
docs: fix trivial things
1 parent ab55fe1 commit de1028e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/cli/cli_generators.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ etc. You can also scaffold a complete set of files with just one command.
1313
Introduction
1414
************
1515

16-
All built-in generators reside under the ``Generators`` namespace when listed using ``php spark list``.
16+
All built-in generators reside under the ``Generators`` group when listed using ``php spark list``.
1717
To view the full description and usage information on a particular generator, use the command::
1818

1919
> php spark help <generator_command>
@@ -28,7 +28,7 @@ where ``<generator_command>`` will be replaced with the command to check.
2828

2929
.. note:: Working on modules? Code generation will set the root namespace to a default of ``APP_NAMESPACE``.
3030
Should you need to have the generated code elsewhere in your module namespace, make sure to set
31-
the ``--namespace`` option in your command, e.g., ``php spark make:model blog --namespace Acme\Blog``.
31+
the ``--namespace`` option in your command, e.g., ``php spark make:model blog --namespace Acme\\Blog``.
3232

3333
.. warning:: Make sure when setting the ``--namespace`` option that the supplied namespace is a valid
3434
namespace defined in your ``$psr4`` array in ``Config\Autoload`` or defined in your composer autoload

0 commit comments

Comments
 (0)