From 836a65b69799841dc7be9b0487d23e10905080c2 Mon Sep 17 00:00:00 2001 From: Kevin Carey Date: Wed, 17 Feb 2016 14:33:36 -0500 Subject: [PATCH] Fix spelling Misspelling of "maintenance" --- docs/guide/tutorial-console.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/tutorial-console.md b/docs/guide/tutorial-console.md index 60c3cc20b7..adaa3b0578 100644 --- a/docs/guide/tutorial-console.md +++ b/docs/guide/tutorial-console.md @@ -2,7 +2,7 @@ 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 or more [[yii\console\Controller]] classes, which are often referred to as "commands" in the console environment.