Skip to content

Commit

Permalink
Fixed comment typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jian Wang <[email protected]>
  • Loading branch information
jian4on committed Jan 10, 2025
1 parent 45e1265 commit 55d0a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/legacy/core/App/contexts/network.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const NetworkProvider: React.FC<React.PropsWithChildren> = ({ children })

const assertInternetReachable = () => {
const isConnected = silentAssertConnectedNetwork();
// Network status should be 'isConnected' when it 'isInternetReachable' techinically.
// Network status should be 'isConnected' when it is 'isInternetReachable' techinically.
return isConnected && netInfo.isInternetReachable as boolean;
}

Expand Down

0 comments on commit 55d0a71

Please sign in to comment.