Skip to content

Commit 2c59aa9

Browse files
committed
docs: fix text decration
1 parent 4b3f577 commit 2c59aa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/dbmgmt/migration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Migrates a database group with all available migrations:
120120
You can use (migrate) with the following options:
121121

122122
- ``-g`` - to chose database group, otherwise default database group will be used.
123-
- ``-n`` - to choose namespace, otherwise (App) namespace will be used.
123+
- ``-n`` - to choose namespace, otherwise ``App`` namespace will be used.
124124
- ``--all`` - to migrate all namespaces to the latest migration.
125125

126126
This example will migrate ``Acme\Blog`` namespace with any new migrations on the test database group:
@@ -168,7 +168,7 @@ Refreshes the database state by first rolling back all migrations, and then migr
168168
You can use (refresh) with the following options:
169169

170170
- ``-g`` - to choose database group, otherwise default database group will be used.
171-
- ``-n`` - to choose namespace, otherwise (App) namespace will be used.
171+
- ``-n`` - to choose namespace, otherwise ``App`` namespace will be used.
172172
- ``--all`` - to refresh all namespaces.
173173
- ``-f`` - to force a bypass confirmation question, it is only asked in a production environment.
174174

0 commit comments

Comments
 (0)