aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2018-01-22 23:08:26 +0100
committerutilum <oz@utilum.com>2018-01-22 23:08:26 +0100
commita43bf9f12f4facaae98cba8dec8435c60b633e09 (patch)
tree557431c62bb13252aed4be91bf173834040b1ca6 /guides
parentffdb06136152b3c5f7f4a93ca5928e16e755d228 (diff)
downloadrails-a43bf9f12f4facaae98cba8dec8435c60b633e09.tar.gz
rails-a43bf9f12f4facaae98cba8dec8435c60b633e09.tar.bz2
rails-a43bf9f12f4facaae98cba8dec8435c60b633e09.zip
remove text repetition
[ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index e30909aa62..6cf99a7e5c 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -462,7 +462,7 @@ You're getting this error now because Rails expects plain actions like this one
to have views associated with them to display their information. With no view
available, Rails will raise an exception.
-Let's look at the full error message looks again:
+Let's look at the full error message again:
>ArticlesController#new is missing a template for this request format and variant. request.formats: ["text/html"] request.variant: [] NOTE! For XHR/Ajax or API requests, this action would normally respond with 204 No Content: an empty white screen. Since you're loading it in a web browser, we assume that you expected to actually render a template, not… nothing, so we're showing an error to be extra-clear. If you expect 204 No Content, carry on. That's what you'll get from an XHR or API request. Give it a shot.