Skip to content

Commit

Permalink
Merge pull request #153 from bhumi1102/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh authored Dec 28, 2023
2 parents 115a391 + 0503af3 commit 1d74ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _source/handbook/03_frames.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ The simplest way to achieve this is to specify that the login page requires a fu

If you're using Turbo Rails, you can use the `turbo_page_requires_reload` helper to accomplish the same thing.

Pages that specify `turbo-visit=control` `reload` will always result in a full-page navigation, even if the request
Pages that specify `turbo-visit-control` `reload` will always result in a full-page navigation, even if the request
originated from inside a frame.

If your application needs to handle missing frames in some other way, you can intercept the
Expand Down

0 comments on commit 1d74ddd

Please sign in to comment.