fixed typo

fixes #4480
This commit is contained in:
Carsten Brandt
2014-07-28 09:12:29 +02:00
parent b922069cdf
commit 9e9175fe09

View File

@@ -241,7 +241,7 @@ class Module extends ServiceLocator
/**
* Returns the directory that contains the view files for this module.
* @return string the root directory of view files. Defaults to "[[basePath]]/view".
* @return string the root directory of view files. Defaults to "[[basePath]]/views".
*/
public function getViewPath()
{