Skip to content

Commit

Permalink
docs: fix mistype (#35714)
Browse files Browse the repository at this point in the history
  • Loading branch information
morfey13 committed May 24, 2022
1 parent 00eb63a commit 56bcd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/collapse/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ A content area which can be collapsed and expanded.
| --- | --- | --- | --- | --- |
| collapsible | Specify whether the panel be collapsible or the trigger area of collapsible | `header` \| `disabled` | - | 4.9.0 |
| extra | The extra element in the corner | ReactNode | - | |
| forceRender | Forced render of content on panel, instead of lazy rending after clicking on header | boolean | false | |
| forceRender | Forced render of content on panel, instead of lazy rendering after clicking on header | boolean | false | |
| header | Title of the panel | ReactNode | - | |
| key | Unique key identifying the panel from among its siblings | string \| number | - | |
| showArrow | If false, panel will not show arrow icon | boolean | true | |

0 comments on commit 56bcd1e

Please sign in to comment.