From a70d64451b0924af72bb31e889a84e16b9c802cf Mon Sep 17 00:00:00 2001 From: Pouya Sanooei Date: Wed, 31 Oct 2018 15:26:29 -0400 Subject: [PATCH] fix Modal docs typo --- components/modal/index.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modal/index.en-US.md b/components/modal/index.en-US.md index 3ac5101ad2..82106622d4 100644 --- a/components/modal/index.en-US.md +++ b/components/modal/index.en-US.md @@ -24,7 +24,7 @@ and so on. | centered | Centered Modal | Boolean | `false` | | closable | Whether a close (x) button is visible on top right of the modal dialog or not | boolean | true | | confirmLoading | Whether to apply loading visual effect for OK button or not | boolean | false | -| destroyOnClose | Whether to unmount child compenents on onClose | boolean | false | +| destroyOnClose | Whether to unmount child components on onClose | boolean | false | | footer | Footer content, set as `footer={null}` when you don't need default buttons | string\|ReactNode | OK and Cancel buttons | | getContainer | Return the mount node for Modal | (instance): HTMLElement | () => document.body | | mask | Whether show mask or not. | Boolean | true |