1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Typo fix in README.md (#777)

This commit is contained in:
pcamp
2021-03-16 22:12:13 -05:00
committed by GitHub
parent ceac95c72a
commit c050096caa

View File

@@ -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.