merged branch pcampr/patch-1 (PR #3448)

Commits
-------

8e90903 fixed small typo in UPGRADE-2.1.md

Discussion
----------

fixed small typo in UPGRADE-2.1.md

just replaced endforeach by endfor in UPGRADE-2.1.md in sample code
This commit is contained in:
Fabien Potencier 2012-02-27 10:03:00 +01:00
commit 3f71012bc8

View File

@ -331,7 +331,7 @@ UPGRADE FROM 2.0 to 2.1
<div class="flash-{{ type }}">
{{ flashMessage }}
</div>
{% endforeach %}
{% endfor %}
```
* Session storage drivers should inherit from