Skip to content

Commit

Permalink
Fix FlashHelper render docblock typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Jun 11, 2014
1 parent cf19f58 commit 455ce4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/FlashHelper.php
Expand Up @@ -42,7 +42,7 @@ class FlashHelper extends Helper {
* This would pass the current user's name into the flash message, so you could create personalized
* messages without the controller needing access to that data.
*
* Lastly you can choose the element that is rendered when rendering the flash message. Using
* Lastly you can choose the element that is used for rendering the flash message. Using
* custom elements allows you to fully customize how flash messages are generated.
*
* {{{
Expand Down

0 comments on commit 455ce4a

Please sign in to comment.