1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Fix typo in 4.1 upgrade/flash structure

This commit is contained in:
Dan Rice 2014-06-19 12:40:03 -04:00
parent b43584113c
commit 69b54fcfd8

View file

@ -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