Skip to content

Commit a634472

Browse files
committed
docs: fix text decoration
1 parent 5624e4b commit a634472

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
@@ -227,7 +227,7 @@ Class Reference
227227
:returns: An array of migration files
228228
:rtype: array
229229

230-
An array of migration filenames are returned that are found in the **path** property.
230+
An array of migration filenames are returned that are found in the ``path`` property.
231231

232232
.. php:method:: latest($group)
233233
@@ -257,7 +257,7 @@ Class Reference
257257
:returns: ``true`` on success, ``false`` on failure
258258
:rtype: bool
259259

260-
This forces a single file to migrate regardless of order or batches. Method "up" or "down" is detected based on whether it has already been migrated.
260+
This forces a single file to migrate regardless of order or batches. Method ``up()`` or ``down()`` is detected based on whether it has already been migrated.
261261

262262
.. note:: This method is recommended only for testing and could cause data consistency issues.
263263

0 commit comments

Comments
 (0)