aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2017-02-03 11:50:16 -0500
committerGitHub <noreply@github.com>2017-02-03 11:50:16 -0500
commitd13bc5df902a2c82c3096b627830be97acbedf50 (patch)
treed09be1fd969d2e95a80cc6274e078e896575b66d
parent3497f04d3682d4c9becc63565c962e91b0d7aea2 (diff)
parentd9ba3b1e55366aa73bd90723c59474d250f7eaee (diff)
downloadrails-d13bc5df902a2c82c3096b627830be97acbedf50.tar.gz
rails-d13bc5df902a2c82c3096b627830be97acbedf50.tar.bz2
rails-d13bc5df902a2c82c3096b627830be97acbedf50.zip
Merge pull request #27896 from meagar/fix-assigns-typo-in-guide
Fix typo in guide: _articles should be _article
-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 c8702f54fc..293c99fc8f 100644
--- a/guides/source/layouts_and_rendering.md
+++ b/guides/source/layouts_and_rendering.md
@@ -1155,7 +1155,7 @@ To pass a local variable to a partial in only specific cases use the `local_assi
<%= render article, full: true %>
```
-* `_articles.html.erb`
+* `_article.html.erb`
```erb
<h2><%= article.title %></h2>