Skip to content

Commit

Permalink
Removed unnecessary double quote. (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzia committed Jul 27, 2023
1 parent 00b4f86 commit bd64252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ When the user will click on the `Edit this todo` link, as direct response to thi
### A note on custom layouts

In order to render turbo frame requests without the application layout, Turbo registers a custom [layout method](https://api.rubyonrails.org/classes/ActionView/Layouts/ClassMethods.html#method-i-layout).
If your application uses custom layout resolution, you have to make sure to return `""turbo_rails/frame"` (or `false` for TurboRails < 1.4.0) for turbo frame requests:
If your application uses custom layout resolution, you have to make sure to return `"turbo_rails/frame"` (or `false` for TurboRails < 1.4.0) for turbo frame requests:

```ruby
layout :custom_layout
Expand Down

0 comments on commit bd64252

Please sign in to comment.