From 741ed0d3ac836fbcf31efdbbf44c33f1e69836f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Wo=C5=BAniak?= <92504295+zespere@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:33:39 +0200 Subject: [PATCH] Fix spelling error in README.md Have a nice day btw --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 880ae83..1054670 100644 --- a/README.md +++ b/README.md @@ -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) ```