Skip to content

Commit

Permalink
Missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Apr 9, 2024
1 parent a9078b1 commit 481f589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/action_view_helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ end
Now, you can call `html_title` in your layout to retrieve the content stored in
the `content_for` block. If a `content_for` block is set on the page being
rendered, such as in the case of the special_page, it will display the title.
Otherwise, it will display the default text "Default Title"
Otherwise, it will display the default text "Default Title".

WARNING: `content_for` is ignored in caches. So you shouldn’t use it for
elements that will be fragment cached.
Expand Down

0 comments on commit 481f589

Please sign in to comment.