Browse Source

Merge pull request #11557 from cakephp/ADmad-patch-1

Use term "template" instead of "view".
Mark Story 8 years ago
parent
commit
36b08906ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper/FlashHelper.php

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

@@ -29,7 +29,7 @@ class FlashHelper extends Helper
     /**
      * Used to render the message set in FlashComponent::set()
      *
-     * In your view: $this->Flash->render('somekey');
+     * In your template file: $this->Flash->render('somekey');
      * Will default to flash if no param is passed
      *
      * You can pass additional information into the flash message generation. This allows you