Skip to content

Commit

Permalink
fix: Typos in gotrue_client.dart (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutierr-zgz committed Apr 4, 2024
1 parent 01a10c9 commit 54a0b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gotrue/lib/src/gotrue_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ class GoTrueClient {

/// Signs out the current user, if there is a logged in user.
///
/// [scope] dtermines which sessions should be logged out.
/// [scope] determines which sessions should be logged out.
///
/// If using [SignOutScope.others] scope, no [AuthChangeEvent.signedOut] event is fired!
Future<void> signOut({
Expand Down

0 comments on commit 54a0b97

Please sign in to comment.