Update dropdown.d.ts (#2757)

Correct typo; 'ontainer' to 'container'
pull/2774/head
Emmanuel Akhigbe 2020-08-27 07:46:02 +01:00 committed by GitHub
parent b690b38b7e
commit 6e35cec375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/