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 ece9ab2 commit 7732157Copy full SHA for 7732157
packages/supabase_flutter/lib/src/supabase.dart
@@ -257,7 +257,7 @@ class Supabase with WidgetsBindingObserver {
257
// Reconnect if the socket is currently not connected.
258
// When coming from [AppLifecycleState.paused] this should be the case,
259
// but when coming from [AppLifecycleState.inactive] no disconnect
260
- // happened and therefore connection should still be intanct and we
+ // happened and therefore connection should still be intact and we
261
// should not reconnect.
262
263
// ignore: invalid_use_of_internal_member
0 commit comments