Skip to content

Commit e277406

Browse files
committed
docs: fix text decoration
1 parent 2ebf497 commit e277406

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

user_guide_src/source/database/configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ prototype:
2626
The name of the class property is the connection name, and can be used
2727
while connecting to specify a group name.
2828

29-
.. note:: The default location of the SQLite3 database is in the ``writable`` folder.
29+
.. note:: The default location of the SQLite3 database is in the **writable** folder.
3030
If you want to change the location, you must set the full path to the new folder.
3131

3232
DSN
@@ -78,15 +78,15 @@ variable located in the config file:
7878

7979
.. literalinclude:: configuration/007.php
8080

81-
.. note:: The name 'test' is arbitrary. It can be anything you want. By
82-
default we've used the word "default" for the primary connection,
81+
.. note:: The name ``test`` is arbitrary. It can be anything you want. By
82+
default we've used the word ``default`` for the primary connection,
8383
but it too can be renamed to something more relevant to your project.
8484

8585
Changing Databases Automatically
8686
================================
8787

8888
You could modify the config file to detect the environment and automatically
89-
update the `defaultGroup` value to the correct one by adding the required logic
89+
update the ``defaultGroup`` value to the correct one by adding the required logic
9090
within the class' constructor:
9191

9292
.. literalinclude:: configuration/008.php

0 commit comments

Comments
 (0)