diff options
author | angelo giovanni capilleri <resca_air@MacBook-Air-di-angelo-giovanni-capilleri.local> | 2012-05-12 12:37:16 +0200 |
---|---|---|
committer | angelo giovanni capilleri <resca_air@MacBook-Air-di-angelo-giovanni-capilleri.local> | 2012-05-12 12:37:16 +0200 |
commit | 39eff2d62d76933c9b552d19dc81d9d1194353c3 (patch) | |
tree | 66446146cea2a36372aeba8d40463abfb1a9fd7d | |
parent | 2091e5a65e2950689ad3242d67fdd7b15aa3411b (diff) | |
download | rails-39eff2d62d76933c9b552d19dc81d9d1194353c3.tar.gz rails-39eff2d62d76933c9b552d19dc81d9d1194353c3.tar.bz2 rails-39eff2d62d76933c9b552d19dc81d9d1194353c3.zip |
mispelling error in actionpach changelog
-rw-r--r-- | actionpack/CHANGELOG.md | 2 |
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: |