Merge pull request #4842 from suzuki86/fix-typo

Fix small typo
This commit is contained in:
Bryan Crowe 2014-10-08 11:06:33 -04:00
commit 2fc2109742

View file

@ -757,7 +757,7 @@ class Model extends Object implements CakeEventListener {
/**
* Returns a list of all events that will fire in the model during it's lifecycle.
* You can override this function to add you own listener callbacks
* You can override this function to add your own listener callbacks
*
* @return array
*/