Skip to content

Commit 0b19c6b

Browse files
committed
linting fixes
Signed-off-by: bidi <bidi@apidemia.com>
1 parent d2aa20c commit 0b19c6b

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

docs/book/v7/installation/doctrine-orm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $databases = [
5151
5252
By default, the application uses the `mariadb` connection, as seen in the `config/autoload/local.php` file below.
5353
You can switch to the 'postgresql' connection by commenting `'params' => $databases['mariadb']` and uncommenting `'params' => $databases['postgresql']`.
54-
54+
5555
```php
5656
'doctrine' => [
5757
'connection' => [
@@ -195,15 +195,15 @@ This basically creates the first records in the database.
195195
> For example, you can edit the user roles or the initial users.
196196
197197
> **Important**
198-
>
198+
>
199199
> Edit the names and passwords of the initial users to prevent unauthorized users from logging into your application.
200200
> Make sure to do so in these files:
201-
>
201+
>
202202
> - `src/Core/src/App/Fixture/UserLoader.php`.
203203
> - `src/Core/src/App/Fixture/AdminLoader.php`.
204204
>
205205
> Check for these methods and change their default parameters:
206-
>
206+
>
207207
> - `setIdentity`.
208208
> - `usePassword`.
209209
> - And optionally `setFirstName` and `setLastName`.

docs/book/v7/installation/test-the-installation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ In this final step you will:
55
- [Test the installation of your virtual host](#running-the-application).
66
- [Optionally, run a PHP built-in server](#old-way-of-doing-things-using-php-built-in-server).
77

8-
98
> If you are getting server error 500, make sure to check the folder permissions covered in the [FAQ page](https://docs.dotkernel.org/api-documentation/v7/installation/faq/)
109
1110
## Running the application

docs/book/v7/introduction/architecture-at-a-glance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You spend most development time here, implementing your API's features and busin
3838
## Headless CMS Architecture
3939

4040
Dotkernel API is built toward a Headless Platform architecture.
41-
Out of the box, it is a modular monolith that can be split into modules and microservices.
41+
Out of the box, it is a modular monolith that can be split into modules and microservices.
4242

4343
```quote
4444
┌──────────────────────────────────────────────────────────┐

0 commit comments

Comments
 (0)