!3100 修改gridcol 拼写错误

Merge pull request !3100 from xiexiyun/gridrow
This commit is contained in:
openharmony_ci 2022-10-27 02:24:51 +00:00 committed by Gitee
commit 7bd556ac59
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -89,7 +89,7 @@ interface GridColInterface {
* Defines the constructor of GridContainer.
* @since 9
*/
(optiion?: GridColOptions): GridColAttribute;
(option?: GridColOptions): GridColAttribute;
}
declare class GridColAttribute extends CommonMethod<GridColAttribute> {