Merge pull request #10887 from careykevin/patch-1

Fix spelling [skip ci]
This commit is contained in:
Alexander Makarov
2016-02-18 00:16:26 +03:00

View File

@@ -2,7 +2,7 @@ Console applications
==================== ====================
Besides the rich features for building web applications, Yii also has full featured support for console applications Besides the rich features for building web applications, Yii also has full featured support for console applications
which are mainly used to create background and maintainance tasks that need to be performed for a website. which are mainly used to create background and maintenance tasks that need to be performed for a website.
The structure of console applications is very similar to a Yii web application. It consists of one The structure of console applications is very similar to a Yii web application. It consists of one
or more [[yii\console\Controller]] classes, which are often referred to as "commands" in the console environment. or more [[yii\console\Controller]] classes, which are often referred to as "commands" in the console environment.