Skip to content

Commit e09dd95

Browse files
authored
Merge pull request rails#52845 from fkmy/fix-typo
2 parents b4207d2 + 2340dcc commit e09dd95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/source/association_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2414,7 +2414,7 @@ allows Active Record to:
24142414
24152415
* Prevent inconsistent data
24162416
2417-
Since only one copy of the `Author` object is loaded, it helpes to prevent
2417+
Since only one copy of the `Author` object is loaded, it helps to prevent
24182418
inconsistencies.
24192419
24202420
```irb

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,7 @@ Setting the value to `:none` configures Action Pack raise all exceptions.
21422142

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

2145-
If set to `true`, when both headers are present only the `ETag` is considered as specificed by RFC 7232 section 6.
2145+
If set to `true`, when both headers are present only the `ETag` is considered as specified by RFC 7232 section 6.
21462146

21472147
If set to `false`, when both headers are present, both headers are checked and both need to match for the response to be considered fresh.
21482148

0 commit comments

Comments
 (0)