We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1293854 commit 1b2db22Copy full SHA for 1b2db22
src/Essentials/src/Connectivity/Connectivity.shared.cs
@@ -77,7 +77,7 @@ partial class ConnectivityImplementation : IConnectivity
77
event EventHandler<ConnectivityChangedEventArgs> ConnectivityChangedInternal;
78
79
// a cache so that events aren't fired unnecessarily
80
- // this is mainly an issue on Android, but we can stiil do this everywhere
+ // this is mainly an issue on Android, but we can still do this everywhere
81
NetworkAccess currentAccess;
82
List<ConnectionProfile> currentProfiles;
83
0 commit comments