Skip to content

Commit e3bc028

Browse files
authored
Merge pull request rails#53709 from mgriffin/mgriffin/backtick
Add missing backticks to config header in the configuring guide [ci-skip]
2 parents ed35eaa + 5d4d420 commit e3bc028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ warning, or neither.
16431643
| --------------------- | -------------------- |
16441644
| (original) | `true` |
16451645

1646-
#### config.active_record.database_cli
1646+
#### `config.active_record.database_cli`
16471647

16481648
Controls which CLI tool will be used for accessing the database when running `rails dbconsole`. By default
16491649
the standard tool for the database will be used (e.g. `psql` for PostgreSQL and `mysql` for MySQL). The option

0 commit comments

Comments
 (0)