Skip to content

Commit

Permalink
docs: Fix typos in guide
Browse files Browse the repository at this point in the history
  • Loading branch information
fkmy committed Sep 9, 2024
1 parent 139cca9 commit 2340dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guides/source/association_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,7 @@ allows Active Record to:

* Prevent inconsistent data

Since only one copy of the `Author` object is loaded, it helpes to prevent
Since only one copy of the `Author` object is loaded, it helps to prevent
inconsistencies.

```irb
Expand Down
2 changes: 1 addition & 1 deletion guides/source/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,7 @@ Setting the value to `:none` configures Action Pack raise all exceptions.

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

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

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.

Expand Down

0 comments on commit 2340dcc

Please sign in to comment.