Skip to content

Commit a53842b

Browse files
authored
Merge pull request rails#53713 from mgriffin/mgriffin/heading
Match heading level to siblings for ActionDispatch strict freshness section
2 parents bc79081 + 4c3193f commit a53842b

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
@@ -2140,7 +2140,7 @@ Setting the value to `:none` configures Action Pack to raise all exceptions.
21402140
| (original) | `true` |
21412141
| 7.1 | `:all` |
21422142

2143-
### `config.action_dispatch.strict_freshness`
2143+
#### `config.action_dispatch.strict_freshness`
21442144

21452145
Configures whether the `ActionDispatch::ETag` middleware should prefer the `ETag` header over the `Last-Modified` header when both are present in the response.
21462146

0 commit comments

Comments
 (0)