Skip to content

Commit

Permalink
Update dropdown.d.ts (#2757)
Browse files Browse the repository at this point in the history
Correct typo; 'ontainer' to 'container'
  • Loading branch information
Akhigbe-E authored Aug 27, 2020
1 parent b690b38 commit 6e35cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/dropdown/dropdown.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export declare class Dropdown extends AntdComponent {
disabled: boolean;

/**
* 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.
* 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.
* @default () => document.body
* @type Function
*/
Expand Down

0 comments on commit 6e35cec

Please sign in to comment.