aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorDan Rice <dan@zoombody.com>2014-06-19 12:40:03 -0400
committerDan Rice <dan@zoombody.com>2014-06-19 12:40:03 -0400
commit69b54fcfd818fcd12a0120f7a38298326c40ef9d (patch)
treeee51a6e5d33c5a7a0a95e77c2a7b9e2ec34fe036 /guides
parentb43584113c4862f7444b06404f16255a9bf42c48 (diff)
downloadrails-69b54fcfd818fcd12a0120f7a38298326c40ef9d.tar.gz
rails-69b54fcfd818fcd12a0120f7a38298326c40ef9d.tar.bz2
rails-69b54fcfd818fcd12a0120f7a38298326c40ef9d.zip
[ci skip] Fix typo in 4.1 upgrade/flash structure
Diffstat (limited to 'guides')
-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