Skip to content

Commit

Permalink
Fix a typo in README.md (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcm authored Oct 24, 2022
1 parent d3fba30 commit 5f4da6b
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 @@ -32,7 +32,7 @@ Turbo reinvents the old HTML technique of frames without any of the drawbacks th

It also makes it dead easy to carve a single page into smaller pieces that can all live on their own cache timeline. While the bulk of the page might easily be cached between users, a small personalized toolbar perhaps cannot. With Turbo::Frames, you can designate the toolbar as a frame, which will be **lazy-loaded automatically** by the publicly-cached root page. This means simpler pages, easier caching schemes with fewer dependent keys, and all without needing to write a lick of custom JavaScript.

This gem provides a `turbo_frame_tag` helper to create those frame.
This gem provides a `turbo_frame_tag` helper to create those frames.

For instance:
```erb
Expand Down

0 comments on commit 5f4da6b

Please sign in to comment.