Skip to content

Commit

Permalink
merged branch pcampr/patch-1 (PR #3448)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed Feb 27, 2012
2 parents 6ad1fc8 + 8e90903 commit 3f71012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE-2.1.md
Expand Up @@ -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
Expand Down

0 comments on commit 3f71012

Please sign in to comment.