From a8a5e5dfdf67d2ad3c3d422ed138f72ece0047b9 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Tue, 17 Nov 2020 18:19:33 +0530 Subject: [PATCH] [Channels Bloc] Fix typo Signed-off-by: Sahil Kumar --- lib/src/channels_bloc.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/channels_bloc.dart b/lib/src/channels_bloc.dart index 3af2300d..474d9599 100644 --- a/lib/src/channels_bloc.dart +++ b/lib/src/channels_bloc.dart @@ -31,7 +31,7 @@ class ChannelsBloc extends StatefulWidget { streamChatState = context.findAncestorStateOfType(); if (streamChatState == null) { - throw Exception('You must have a ChannelsBloc widget as anchestor'); + throw Exception('You must have a ChannelsBloc widget as ancestor'); } return streamChatState;