From eaebebf425248ba80570fa27c9047b1c48af88e9 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Tue, 2 Aug 2016 09:34:04 +0800 Subject: [PATCH] docs: fix docs --- components/form/demo/form-in-modal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/form/demo/form-in-modal.md b/components/form/demo/form-in-modal.md index 85be1a99a8..d40aeb8aa9 100644 --- a/components/form/demo/form-in-modal.md +++ b/components/form/demo/form-in-modal.md @@ -1,6 +1,6 @@ --- order: 14 -title: +title: zh-CN: 与 Modal 配合使用 en-US: To use with modal --- @@ -11,7 +11,7 @@ title: ## en-US -If you use Form in Modal, when you click the Modal, it will invoke `this.props.form.getFieldsValue` to get values of form. +If you use Form in Modal, when you click the Modal, it could invoke `this.props.form.getFieldsValue` to get values of form. ````jsx import { Button, Form, Input, Modal } from 'antd';