ソースを参照

Fix FlashHelper render docblock typo

Bryan Crowe 12 年 前
コミット
455ce4a141
1 ファイル変更1 行追加1 行削除
  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
  * 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.
  *
  * {{{