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 b498783 commit 41f51baCopy full SHA for 41f51ba
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