From fffae2e34a709c42d99b62815b1353d5366ae292 Mon Sep 17 00:00:00 2001 From: deepziyu Date: Tue, 26 Sep 2017 10:09:24 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=B8=80=E4=B8=8B=E5=B0=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide-zh-CN/input-multiple-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide-zh-CN/input-multiple-models.md b/docs/guide-zh-CN/input-multiple-models.md index ec7d675d3b..02e7b9e251 100644 --- a/docs/guide-zh-CN/input-multiple-models.md +++ b/docs/guide-zh-CN/input-multiple-models.md @@ -83,4 +83,4 @@ $form = ActiveForm::begin([ ``` -你可以看到,在 `update` 视图中,我们同时显示了两个模型 `$user` 和 `$profile` 的属性。 +你可以看到,在 `update` 视图中,我们同时显示了两个模型 `$user` 和 `$profile` 的属性的输入栏。