Skip to content

Commit 75f5a19

Browse files
committed
minor typo
Signed-off-by: Jurj-Bogdan <[email protected]>
1 parent 67677a2 commit 75f5a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/v6/tutorials/create-book-module-via-dot-maker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ you can have multiple components such as event listeners, wrappers, etc.
5959

6060
After successfully installing `dot-maker`, it can be used to generate the Book module.
6161
Invoke `dot-maker` by executing `./vendor/bin/dot-maker` or via the optional script described in the documentation - `composer make`.
62-
This will list all component types that can be created - for the purposes of this tutorial, enter the `module`:
62+
This will list all component types that can be created - for the purposes of this tutorial, enter `module`:
6363

6464
```shell
6565
./vendor/bin/dot-maker module
6666
```
6767

68-
Type "book" when prompted to enter the module name.
68+
Type `book` when prompted to enter the module name.
6969

7070
Next you will be prompted to add the relevant components of a module, accepting `y(es)`, `n(o)` and `Enter` (defaults to `yes`):
7171

0 commit comments

Comments
 (0)