From 714a6e1679b24480ba06f6a05f9bf922891098ab Mon Sep 17 00:00:00 2001 From: Chevindu Wickramathilaka Date: Fri, 23 Aug 2024 19:10:13 +0530 Subject: [PATCH] docs: Improve english translation of Drawer documentation (#50558) --- components/drawer/index.en-US.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/drawer/index.en-US.md b/components/drawer/index.en-US.md index 422ce1ce68..a85dd7998f 100644 --- a/components/drawer/index.en-US.md +++ b/components/drawer/index.en-US.md @@ -45,8 +45,8 @@ A Drawer is a panel that is typically overlaid on top of a page and slides in fr Common props ref:[Common props](/docs/react/common-props) -:::info{title=注意} -v5 use `rootClassName` & `rootStyle` to config wrapper style instead of `className` & `style` in v4 to align the API with Modal. +:::info{title=Note} +v5 uses `rootClassName` & `rootStyle` to configure the outermost element style, instead of `className` & `style` from v4. This is done to align the API with Modal. ::: | Props | Description | Type | Default | Version |