From 85b2a3ea2f4b614c1b7135e28b86e14fc109e8e5 Mon Sep 17 00:00:00 2001 From: yachibit Date: Thu, 22 Dec 2016 01:14:53 +0900 Subject: fix typo in getting_started [ci skip] (#27423) --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 6ec5106bb3..f434ca3caf 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -474,7 +474,7 @@ one here because the `ArticlesController` inherits from `ApplicationController`. The next part of the message contains `request.formats` which specifies the format of template to be served in response. It is set to `text/html` as we requested this page via browser, so Rails is looking for an HTML template. -`request.variants` specifies what kind of physical devices would be served by +`request.variant` specifies what kind of physical devices would be served by the response and helps Rails determine which template to use in the response. It is empty because no information has been provided. -- cgit v1.2.3