Skip to content

Commit c64dca1

Browse files
EchoElletvbuberen
authored andcommitted
docs(connectivity_plus): fix typo in onConnectivityChanged
1 parent 3e150ba commit c64dca1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/connectivity_plus/connectivity_plus/lib/connectivity_plus.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Connectivity {
4646
/// case where [ConnectivityResult.none] is present.
4747
///
4848
/// This method applies [Stream.distinct] over the received events to ensure
49-
/// only emiting when connectivity changes.
49+
/// only emitting when connectivity changes.
5050
Stream<List<ConnectivityResult>> get onConnectivityChanged {
5151
return _platform.onConnectivityChanged.distinct((a, b) => a.equals(b));
5252
}

0 commit comments

Comments
 (0)