From a26161a2db69b94983c82fda71a7dd63720794aa Mon Sep 17 00:00:00 2001 From: lpg666 <1003289700@qq.com> Date: Tue, 28 Nov 2017 15:30:25 +0800 Subject: [PATCH 1/2] Update structure-models.md --- docs/guide-zh-CN/structure-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide-zh-CN/structure-models.md b/docs/guide-zh-CN/structure-models.md index 8cec68a..2619163 100644 --- a/docs/guide-zh-CN/structure-models.md +++ b/docs/guide-zh-CN/structure-models.md @@ -148,7 +148,7 @@ public function attributeLabels() 可对相同的属性返回不同的标签。 > 信息:属性标签是 [视图](structure-views.md)一部分, - 但是在模型中申明标签通常非常方便,并可行程非常简洁可重用代码。 +  但是在模型中申明标签通常非常方便,并可形成非常简洁可重用代码。 ## 场景 From 7515a72216738723c15ebde633439ce164542556 Mon Sep 17 00:00:00 2001 From: cuiliang Date: Tue, 28 Nov 2017 19:05:59 +0800 Subject: [PATCH 2/2] Update structure-models.md --- docs/guide-zh-CN/structure-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide-zh-CN/structure-models.md b/docs/guide-zh-CN/structure-models.md index 2619163..9f62e40 100644 --- a/docs/guide-zh-CN/structure-models.md +++ b/docs/guide-zh-CN/structure-models.md @@ -148,7 +148,7 @@ public function attributeLabels() 可对相同的属性返回不同的标签。 > 信息:属性标签是 [视图](structure-views.md)一部分, -  但是在模型中申明标签通常非常方便,并可形成非常简洁可重用代码。 +  但是在模型中声明标签通常非常方便,并可形成非常简洁可重用代码。 ## 场景