From 84bb425d11ee2b8b066a3979aebcb81d41526b1f Mon Sep 17 00:00:00 2001 From: pcamp Date: Tue, 16 Mar 2021 23:42:29 -0500 Subject: [PATCH] Typo fix in README.md (#776) --- platform_channels/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform_channels/README.md b/platform_channels/README.md index 62defce45..f62147930 100644 --- a/platform_channels/README.md +++ b/platform_channels/README.md @@ -6,7 +6,7 @@ A sample app which demonstrates how to use `MethodChannel`, `EventChannel`, `Bas * Demonstrate how to use `MethodChannel` to invoke platform methods. * Demonstrate how to use `EventChannel` to listen continuous value changes from the platform. -* Demonstrate how to use `BasicMessageChanngel` and `MessageCodec` to send messages of different types across the platform. +* Demonstrate how to use `BasicMessageChannel` and `MessageCodec` to send messages of different types across the platform. ## The important bits