From c050096caa45319b88d42c1390912988a17df884 Mon Sep 17 00:00:00 2001 From: pcamp Date: Tue, 16 Mar 2021 22:12:13 -0500 Subject: [PATCH] Typo fix in README.md (#777) --- platform_view_swift/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform_view_swift/README.md b/platform_view_swift/README.md index 14d56e4ea..90a9e0e87 100644 --- a/platform_view_swift/README.md +++ b/platform_view_swift/README.md @@ -16,7 +16,7 @@ takes place in a single file. ### `ios/Runner/PlatformViewController.swift` and `AppDelegate.swift` -These files contain the Swift code repsonsible for setting up a platform +These files contain the Swift code responsible for setting up a platform channel, launching a native UIViewController, and returning control to Flutter when finished.