Skip to content

Commit

Permalink
Fixed "preceeded" is a misspelling of "preceded"
Browse files Browse the repository at this point in the history
  • Loading branch information
itosho committed Sep 2, 2018
1 parent c1b4650 commit 8728545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/View/ViewTest.php
Expand Up @@ -1941,7 +1941,7 @@ public function testExtendMissingElement()
}

/**
* Test extend() preceeded by an element()
* Test extend() preceded by an element()
*
* @return void
*/
Expand All @@ -1958,7 +1958,7 @@ public function testExtendWithElementBeforeExtend()
}

/**
* Test extend() preceeded by an element()
* Test extend() preceded by an element()
*
* @return void
*/
Expand Down

0 comments on commit 8728545

Please sign in to comment.