Skip to content

Commit 7732157

Browse files
authored
fix typo
1 parent ece9ab2 commit 7732157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/supabase_flutter/lib/src/supabase.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class Supabase with WidgetsBindingObserver {
257257
// Reconnect if the socket is currently not connected.
258258
// When coming from [AppLifecycleState.paused] this should be the case,
259259
// but when coming from [AppLifecycleState.inactive] no disconnect
260-
// happened and therefore connection should still be intanct and we
260+
// happened and therefore connection should still be intact and we
261261
// should not reconnect.
262262

263263
// ignore: invalid_use_of_internal_member

0 commit comments

Comments
 (0)