Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran authored Mar 21, 2024
1 parent 1e1f958 commit adaa126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Connectivity {
/// On Android, the Stream may emit new values even when
/// the [ConnectivityResult] list remains the same.
///
/// This method doesn't filter event, nor it ensures distinct values.
/// This method doesn't filter events, nor it ensures distinct values.
Stream<List<ConnectivityResult>> get onConnectivityChanged {
return _platform.onConnectivityChanged;
}
Expand Down

0 comments on commit adaa126

Please sign in to comment.