From 4069282d74f350a3b3814928c8c428be78dca06b Mon Sep 17 00:00:00 2001 From: Thais Kusuki Date: Sat, 30 Nov 2019 11:34:08 -0300 Subject: [PATCH] Fix typo in Options for render [ci skip] --- guides/source/layouts_and_rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md index ffae136a4c..1c3651b007 100644 --- a/guides/source/layouts_and_rendering.md +++ b/guides/source/layouts_and_rendering.md @@ -279,7 +279,7 @@ TIP: `send_file` is often a faster and better option if a layout isn't required. #### Options for `render` -Calls to the `render` method generally accept five options: +Calls to the `render` method generally accept six options: * `:content_type` * `:layout`