Skip to content

Commit fd41f1c

Browse files
authored
chore(docs): fix highlighting issue (#2059)
1 parent f4a11f9 commit fd41f1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/1-essentials/03-database.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -777,13 +777,13 @@ Several [console commands](../3-console/02-building-console-commands) are provid
777777
When deploying the application to production, use `php tempest migrate:up` to apply the latest migrations.
778778

779779
```sh
780-
{:hl-comment:# Apply migrations not yet run in the current environment}
780+
{:hl-comment:# Apply migrations not yet run in the current environment:}
781781
./tempest migrate:up
782782

783-
{:hl-comment:# Drop all tables and rerun migrate:up}
783+
{:hl-comment:# Drop all tables and rerun migrate:up:}
784784
./tempest migrate:fresh
785785

786-
{:hl-comment:# Validate the integrity of migration files}
786+
{:hl-comment:# Validate the integrity of migration files:}
787787
./tempest migrate:validate
788788
```
789789

0 commit comments

Comments
 (0)