Skip to content

Commit 58eee28

Browse files
committed
chore: fix missed punctuation in docs
1 parent d1e679a commit 58eee28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/extra-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ The currently supported packages are:
2222
> [!WARNING]
2323
>
2424
> We recommend that you use the `composer require` command inside the container
25-
> in development mode so that recipes can be applied correctly
25+
> in development mode so that recipes can be applied correctly.

docs/mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Change the database image to use MySQL instead of PostgreSQL in `compose.yaml`:
4848
<!-- markdownlint-enable MD013 -->
4949

5050
Depending on the database configuration,
51-
modify the environment in the same file at `services.php.environment.DATABASE_URL`
51+
modify the environment in the same file at `services.php.environment.DATABASE_URL`:
5252

5353
```yaml
5454
DATABASE_URL: mysql://${MYSQL_USER:-app}:${MYSQL_PASSWORD:-!ChangeMe!}@database:3306/${MYSQL_DATABASE:-app}?serverVersion=${MYSQL_VERSION:-8}&charset=${MYSQL_CHARSET:-utf8mb4}

docs/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ to inject options block, directive or configuration.
7171
> [!TIP]
7272
>
7373
> All the following environment variables can be defined in your `.env` file
74-
> at the root of the project to keep them persistent at each startup
74+
> at the root of the project to keep them persistent at each startup.
7575
7676
<!-- markdownlint-disable MD013 -->
7777

0 commit comments

Comments
 (0)