aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-06-19 13:43:39 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-06-19 13:43:39 -0300
commit498373468144b434322e8c3b2611ac5fc54e72ad (patch)
treeee51a6e5d33c5a7a0a95e77c2a7b9e2ec34fe036
parentb43584113c4862f7444b06404f16255a9bf42c48 (diff)
parent69b54fcfd818fcd12a0120f7a38298326c40ef9d (diff)
downloadrails-498373468144b434322e8c3b2611ac5fc54e72ad.tar.gz
rails-498373468144b434322e8c3b2611ac5fc54e72ad.tar.bz2
rails-498373468144b434322e8c3b2611ac5fc54e72ad.zip
Merge pull request #15817 from zoombody/patch-1
Fix typo in 4.1 upgrade/flash structure
-rw-r--r--guides/source/upgrading_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index 6800e71a3c..d7dbfccb76 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -146,7 +146,7 @@ If you use the cookie session store, this would apply to the `session` and
Flash message keys are
[normalized to strings](https://github.com/rails/rails/commit/a668beffd64106a1e1fedb71cc25eaaa11baf0c1). They
-can still be accessed using either symbols or strings. Lopping through the flash
+can still be accessed using either symbols or strings. Looping through the flash
will always yield string keys:
```ruby