Skip to content

Commit

Permalink
Fix typos/grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 19, 2013
1 parent 520789f commit 2b696b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cake/Test/TestCase/View/HelperRegistryTest.php
Expand Up @@ -61,7 +61,7 @@ public function tearDown() {
}

/**
* test triggering callbacks on loaded helpers
* test loading helpers.
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion Cake/View/HelperRegistry.php
Expand Up @@ -21,7 +21,7 @@
use Cake\View\View;

/**
* Helpers collection is used as a registry for loaded helpers and handles loading
* HelperRegistry is used as a registry for loaded helpers and handles loading
* and constructing helper class objects.
*/
class HelperRegistry extends ObjectRegistry {
Expand Down

0 comments on commit 2b696b8

Please sign in to comment.