From db6e2061aa973af15fdce39e0ce1e3f4b6aef75c Mon Sep 17 00:00:00 2001 From: Wu Zhong Date: Fri, 13 Mar 2020 00:31:01 +0800 Subject: [PATCH] Fixes typo in comments (#52408) --- packages/flutter/lib/src/services/platform_views.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/services/platform_views.dart b/packages/flutter/lib/src/services/platform_views.dart index 6d686b60ea..746f3b00c5 100644 --- a/packages/flutter/lib/src/services/platform_views.dart +++ b/packages/flutter/lib/src/services/platform_views.dart @@ -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 initUiKitView({ @required int id, @required String viewType,