Skip to content

Commit

Permalink
Fix spelling error in README.md (#1)
Browse files Browse the repository at this point in the history
Have a nice day btw
  • Loading branch information
zespere authored Sep 6, 2024
1 parent 12fab59 commit 039a67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Now you can pass the Client to the `Supabase.GoTrue` functions as a `PID` or the
iex> Supabase.GoTrue.sign_in_with_password(pid | client_name, %{} = params)
```

This implementation also exposes an `Supaabse.GoTrue.Admin` function to interact with users with super powers:
This implementation also exposes an `Supabase.GoTrue.Admin` function to interact with users with super powers:
```elixir
iex> Supabase.GoTrue.Admin.create_user(pid | client_name, %{} = params)
```

0 comments on commit 039a67f

Please sign in to comment.