Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
Signed-off-by: bidi <[email protected]>
  • Loading branch information
bidi47 committed Nov 14, 2024
1 parent 2c30012 commit 8728e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/book/v5/installation/configuration-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Prepare config files

* duplicate `config/autoload/local.php.dist` as `config/autoload/local.php`
* duplicate `config/autoload/mail.local.php.dist` as `config/autoload/mail.local.php`
- duplicate `config/autoload/local.php.dist` as `config/autoload/local.php`
- duplicate `config/autoload/mail.local.php.dist` as `config/autoload/mail.local.php`

> If you intend to send emails from your Frontend, make sure to fill in SMTP connection params.
> This will be covered in the next section.
Expand Down
1 change: 0 additions & 1 deletion docs/book/v5/installation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ Resolving deltas: 100% (3359/3359), done.
```

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

0 comments on commit 8728e20

Please sign in to comment.