Commit 2f8ee2a8 by Qiang Xue

typo fix.

parent a7175bae
...@@ -259,7 +259,7 @@ abstract class Application extends Module ...@@ -259,7 +259,7 @@ abstract class Application extends Module
} }
/** /**
* Sets the root directory of the applicaition and the @app alias. * Sets the root directory of the application and the @app alias.
* This method can only be invoked at the beginning of the constructor. * This method can only be invoked at the beginning of the constructor.
* @param string $path the root directory of the application. * @param string $path the root directory of the application.
* @property string the root directory of the application. * @property string the root directory of the application.
...@@ -427,7 +427,7 @@ abstract class Application extends Module ...@@ -427,7 +427,7 @@ abstract class Application extends Module
/** /**
* Returns the view object. * Returns the view object.
* @return View the view object that is used to render various view files. * @return View|\yii\web\View the view object that is used to render various view files.
*/ */
public function getView() public function getView()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment