Skip to content

Commit 440714d

Browse files
committed
Fix code strings
1 parent 1b3cf04 commit 440714d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Required settings
2222

2323
.. describe:: environment_name
2424

25-
The name of the environment, this defaults to the `MIX_ENV` environment variable.
25+
The name of the environment, this defaults to the ``MIX_ENV`` environment variable.
2626

2727
.. describe:: dsn
2828

@@ -33,7 +33,7 @@ Optional settings
3333

3434
.. describe:: included_environments
3535

36-
The list of environments you want to send reports to sentry, this defaults to `~w(prod test dev)a`.
36+
The list of environments you want to send reports to sentry, this defaults to ``~w(prod test dev)a``.
3737

3838
.. describe:: tags
3939

0 commit comments

Comments
 (0)