aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-05-12 03:59:35 -0700
committerXavier Noria <fxn@hashref.com>2012-05-12 03:59:35 -0700
commit4ae6bab6bb02c9390188a49f9a749400f6a0ac94 (patch)
tree66446146cea2a36372aeba8d40463abfb1a9fd7d /actionpack
parent2091e5a65e2950689ad3242d67fdd7b15aa3411b (diff)
parent39eff2d62d76933c9b552d19dc81d9d1194353c3 (diff)
downloadrails-4ae6bab6bb02c9390188a49f9a749400f6a0ac94.tar.gz
rails-4ae6bab6bb02c9390188a49f9a749400f6a0ac94.tar.bz2
rails-4ae6bab6bb02c9390188a49f9a749400f6a0ac94.zip
Merge pull request #6279 from acapilleri/mispelling_error_in_actionpach_changelog
mispelling error in actionpach changelog
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index f25e853e84..24cbe35acc 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -5780,7 +5780,7 @@
== Rendering a collection of partials
The example of partial use describes a familar pattern where a template needs
- to iterate over a array and render a sub template for each of the elements.
+ to iterate over an array and render a sub template for each of the elements.
This pattern has been implemented as a single method that accepts an array and
renders a partial by the same name of as the elements contained within. So the
three-lined example in "Using partials" can be rewritten with a single line: