Skip to content

Commit 8728e20

Browse files
committed
fixed linting
Signed-off-by: bidi <bidi@apidemia.com>
1 parent 2c30012 commit 8728e20

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/book/v5/installation/configuration-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Prepare config files
44

5-
* duplicate `config/autoload/local.php.dist` as `config/autoload/local.php`
6-
* duplicate `config/autoload/mail.local.php.dist` as `config/autoload/mail.local.php`
5+
- duplicate `config/autoload/local.php.dist` as `config/autoload/local.php`
6+
- duplicate `config/autoload/mail.local.php.dist` as `config/autoload/mail.local.php`
77

88
> If you intend to send emails from your Frontend, make sure to fill in SMTP connection params.
99
> This will be covered in the next section.

docs/book/v5/installation/getting-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ Resolving deltas: 100% (3359/3359), done.
2626
```
2727

2828
You can already open the project in your preferred IDE to double-check the files were copied correctly.
29-

0 commit comments

Comments
 (0)