From cc4f932f59f6659426c3261e37160329b9017543 Mon Sep 17 00:00:00 2001 From: huoshi5151 Date: Wed, 29 Oct 2014 21:19:27 +0800 Subject: [PATCH] typo fix typo fix --- docs/guide-zh-CN/structure-applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide-zh-CN/structure-applications.md b/docs/guide-zh-CN/structure-applications.md index 452467d4b9..4e9ef19165 100644 --- a/docs/guide-zh-CN/structure-applications.md +++ b/docs/guide-zh-CN/structure-applications.md @@ -60,7 +60,7 @@ $config = require(__DIR__ . '/../config/web.php'); ### 重要属性 -本小节所描述的属性通常需要设置,因为不用的应用属性不同。 +本小节所描述的属性通常需要设置,因为不同的应用属性不同。 #### [[yii\base\Application::aliases|aliases]]