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 |