Browse Source

Fix FlashHelper render docblock typo

Bryan Crowe 12 years ago
parent
commit
455ce4a141
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper/FlashHelper.php

+ 1 - 1
src/View/Helper/FlashHelper.php

@@ -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
  * 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.
  * 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.
  * custom elements allows you to fully customize how flash messages are generated.
  *
  *
  * {{{
  * {{{