Skip to content

Commit 45951a0

Browse files
committed
linting
Signed-off-by: Claudiu Pintiuta <claudiupintiuta@gmail.com>
1 parent 81eb430 commit 45951a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/book/v5/tutorials/create-book-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The below files structure is what we will have at the end of this tutorial and i
4040
* `src/Book/src/InputFilter/BookInputFilter.php` - input filters and validators
4141
* `src/Book/src/InputFilter/Input/*` - input filters and validator configurations
4242

43-
## Creating and configuring the module.
43+
## Creating and configuring the module
4444

4545
Firstly we will need the book module, so we will implement and create the basics for a module to be registered and functional.
4646

@@ -127,7 +127,7 @@ class ConfigProvider
127127

128128
### Registering the module
129129

130-
* register the module config by adding the ` Api\Book\ConfigProvider::class` in `config/config.php` under the `Api\User\ConfigProvider::class`
130+
* register the module config by adding the `Api\Book\ConfigProvider::class` in `config/config.php` under the `Api\User\ConfigProvider::class`
131131
* register the namespace by adding this line `"Api\\Book\\": "src/Book/src/"`, in composer.json under the autoload.psr-4 key
132132
* update Composer autoloader by running the command:
133133

0 commit comments

Comments
 (0)