Skip to content

Commit a152ea7

Browse files
committed
docs: add missing period
1 parent 54186a9 commit a152ea7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

user_guide_src/source/dbmgmt/migration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ You can use (migrate) with the following options:
124124

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

129129
This example will migrate ``Acme\Blog`` namespace with any new migrations on the test database group::
130130

@@ -145,7 +145,7 @@ You can use (rollback) with the following options:
145145

146146
- ``-g`` - to choose database group, otherwise default database group will be used.
147147
- ``-b`` - to choose a batch: natural numbers specify the batch.
148-
- ``-f`` - to force a bypass confirmation question, it is only asked in a production environment
148+
- ``-f`` - to force a bypass confirmation question, it is only asked in a production environment.
149149

150150
refresh
151151
=======
@@ -158,8 +158,8 @@ You can use (refresh) with the following options:
158158

159159
- ``-g`` - to choose database group, otherwise default database group will be used.
160160
- ``-n`` - to choose namespace, otherwise (App) namespace will be used.
161-
- ``--all`` - to refresh all namespaces
162-
- ``-f`` - to force a bypass confirmation question, it is only asked in a production environment
161+
- ``--all`` - to refresh all namespaces.
162+
- ``-f`` - to force a bypass confirmation question, it is only asked in a production environment.
163163

164164
status
165165
======

0 commit comments

Comments
 (0)