Fixes typo in comments (#52408)

This commit is contained in:
Wu Zhong 2020-03-13 00:31:01 +08:00 committed by GitHub
parent a882099208
commit db6e2061aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ class PlatformViewsService {
/// Platform view factories are typically registered by plugin code.
///
/// The `id, `viewType, and `layoutDirection` parameters must not be null.
/// If `creationParams` is non null then `cretaionParamsCodec` must not be null.
/// If `creationParams` is non null then `creationParamsCodec` must not be null.
static Future<UiKitViewController> initUiKitView({
@required int id,
@required String viewType,