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:
parent
b43584113c
commit
69b54fcfd8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue