From 69b5ea6348d0201ad8cc0ecb11ae176fd548226d Mon Sep 17 00:00:00 2001 From: Jiang Menghao Date: Fri, 25 Nov 2022 11:56:30 +0800 Subject: [PATCH] fix(Dialog): fix dialog docs typo (#11296) --- packages/vant/src/dialog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vant/src/dialog/README.md b/packages/vant/src/dialog/README.md index 5c0b29765..5eae93cda 100644 --- a/packages/vant/src/dialog/README.md +++ b/packages/vant/src/dialog/README.md @@ -153,7 +153,7 @@ Vant exports following Dialog utility functions: | showCancelButton | Whether to show cancel button | _boolean_ | `false` | | cancelButtonText | Cancel button text | _string_ | `Cancel` | | cancelButtonColor | Cancel button color | _string_ | `black` | -| confirmButtonDisabled `v3.5.0` | Whether to disable cancel button | _boolean_ | `false` | +| cancelButtonDisabled `v3.5.0` | Whether to disable cancel button | _boolean_ | `false` | | confirmButtonText | Confirm button text | _string_ | `Confirm` | | confirmButtonColor | Confirm button color | _string_ | `#ee0a24` | | confirmButtonDisabled `v3.5.0` | Whether to disable confirm button | _boolean_ | `false` |