Skip to content

Commit 84bb425

Browse files
authored
Typo fix in README.md (#776)
1 parent c050096 commit 84bb425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform_channels/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A sample app which demonstrates how to use `MethodChannel`, `EventChannel`, `Bas
66

77
* Demonstrate how to use `MethodChannel` to invoke platform methods.
88
* Demonstrate how to use `EventChannel` to listen continuous value changes from the platform.
9-
* Demonstrate how to use `BasicMessageChanngel` and `MessageCodec` to send messages of different types across the platform.
9+
* Demonstrate how to use `BasicMessageChannel` and `MessageCodec` to send messages of different types across the platform.
1010

1111
## The important bits
1212

0 commit comments

Comments
 (0)