aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Schneeman <richard.schneeman@gmail.com>2015-10-07 10:08:38 -0500
committerRichard Schneeman <richard.schneeman@gmail.com>2015-10-07 10:08:38 -0500
commitffdbfb2704cd6b406acceb9cf4da2ce4113345bf (patch)
treecb7655682d8b47c0141bf8fda38e8f436a235061
parenta5bd0a385c58995153094cd8b950ef48d49be309 (diff)
parentab62af7c937a27b4031e4ccbfce2265b10f732fb (diff)
downloadrails-ffdbfb2704cd6b406acceb9cf4da2ce4113345bf.tar.gz
rails-ffdbfb2704cd6b406acceb9cf4da2ce4113345bf.tar.bz2
rails-ffdbfb2704cd6b406acceb9cf4da2ce4113345bf.zip
Merge pull request #21899 from scottgonzalez/layouts-and-rendering-typo
Fix typo in docs
-rw-r--r--guides/source/layouts_and_rendering.md2
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