From 20f8b71f28f6c1424a0c2e4ab95e9160cbc34039 Mon Sep 17 00:00:00 2001 From: Swayam221 <68892315+Swayam221@users.noreply.github.com> Date: Tue, 9 Feb 2021 00:06:05 +0530 Subject: [PATCH] Fixed Typo in add-to-app/README.md (#706) --- add_to_app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_to_app/README.md b/add_to_app/README.md index ade7f1250..bc5dc9763 100644 --- a/add_to_app/README.md +++ b/add_to_app/README.md @@ -15,7 +15,7 @@ existing Android and iOS apps. is using plugins into an existing iOS or Android app. * [`books`](./books) — Mimics a real world use-case of embedding Flutter into an existing Android app and demonstrates using - [Pigeon](https://pub.dev/packages/pigeon) to communicate between Fluter and + [Pigeon](https://pub.dev/packages/pigeon) to communicate between Flutter and the host application. ## Goals for these samples