diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-10-07 10:27:46 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-10-07 10:27:46 -0400 |
commit | ab62af7c937a27b4031e4ccbfce2265b10f732fb (patch) | |
tree | defbef43ab8a237ffbf1c4d44001977ce1cbaa30 | |
parent | 80abbd3eea131425576d91d36369767f084d7d2b (diff) | |
download | rails-ab62af7c937a27b4031e4ccbfce2265b10f732fb.tar.gz rails-ab62af7c937a27b4031e4ccbfce2265b10f732fb.tar.bz2 rails-ab62af7c937a27b4031e4ccbfce2265b10f732fb.zip |
Fix typo in docs [ci skip]
-rw-r--r-- | guides/source/layouts_and_rendering.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md index 8dd7f396b8..71cc030f6a 100644 --- a/guides/source/layouts_and_rendering.md +++ b/guides/source/layouts_and_rendering.md @@ -280,7 +280,7 @@ render body: "raw" ``` TIP: This option should be used only if you don't care about the content type of -the response. Using `:plain` or `:html` might be more appropriate in most of the +the response. Using `:plain` or `:html` might be more appropriate most of the time. NOTE: Unless overridden, your response returned from this render option will be |