Skip to content

Commit 1b2db22

Browse files
corvinszPureWeen
authored andcommitted
fixed typo in Connectivity.shared.cs (#29213)
1 parent 1293854 commit 1b2db22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Essentials/src/Connectivity/Connectivity.shared.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ partial class ConnectivityImplementation : IConnectivity
7777
event EventHandler<ConnectivityChangedEventArgs> ConnectivityChangedInternal;
7878

7979
// a cache so that events aren't fired unnecessarily
80-
// this is mainly an issue on Android, but we can stiil do this everywhere
80+
// this is mainly an issue on Android, but we can still do this everywhere
8181
NetworkAccess currentAccess;
8282
List<ConnectionProfile> currentProfiles;
8383

0 commit comments

Comments
 (0)