From be181a7cc74778038075f5c20bbb7cd8c0a2abae Mon Sep 17 00:00:00 2001 From: Marius Ileana Date: Tue, 2 Aug 2016 04:25:14 +0300 Subject: [PATCH] docs: review of form / demo / form-in-modal.md (#2575) --- components/form/demo/form-in-modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/form/demo/form-in-modal.md b/components/form/demo/form-in-modal.md index 7f8d4cd749..85be1a99a8 100644 --- a/components/form/demo/form-in-modal.md +++ b/components/form/demo/form-in-modal.md @@ -11,7 +11,7 @@ title: ## en-US -If you use Form in Modal, when to 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 will invoke `this.props.form.getFieldsValue` to get values of form. ````jsx import { Button, Form, Input, Modal } from 'antd';