Skip to content

Commit 90e0b2b

Browse files
Prefix config setting name with config. [ci-skip]
1 parent 0638d35 commit 90e0b2b

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
@@ -61,7 +61,7 @@ Below are the default values associated with each target version. In cases of co
6161
#### Default Values for Target Version 7.1
6262

6363
- [`config.action_dispatch.default_headers`](#config-action-dispatch-default-headers): `{ "X-Frame-Options" => "SAMEORIGIN", "X-XSS-Protection" => "0", "X-Content-Type-Options" => "nosniff", "X-Permitted-Cross-Domain-Policies" => "none", "Referrer-Policy" => "strict-origin-when-cross-origin" }`
64-
- [`add_autoload_paths_to_load_path`](#config-add-autoload-paths-to-load-path): `false`
64+
- [`config.add_autoload_paths_to_load_path`](#config-add-autoload-paths-to-load-path): `false`
6565

6666
#### Default Values for Target Version 7.0
6767

0 commit comments

Comments
 (0)