Skip to content

Commit 6e35cec

Browse files
authored
Update dropdown.d.ts (#2757)
Correct typo; 'ontainer' to 'container'
1 parent b690b38 commit 6e35cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/dropdown/dropdown.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export declare class Dropdown extends AntdComponent {
4747
disabled: boolean;
4848

4949
/**
50-
* to set the ontainer of the dropdown menu. The default is to create a div element in body, you can reset it to the scrolling area and make a relative reposition.
50+
* to set the container of the dropdown menu. The default is to create a div element in body, you can reset it to the scrolling area and make a relative reposition.
5151
* @default () => document.body
5252
* @type Function
5353
*/

0 commit comments

Comments
 (0)