From 5134cac7caaa1b89ba7b24925de96cf8e3f3e402 Mon Sep 17 00:00:00 2001 From: Jiasheng Date: Sat, 31 Aug 2024 09:15:44 +0800 Subject: [PATCH] blog: fix supabase-alternative typo --- blog/supabase-alternative/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/supabase-alternative/index.md b/blog/supabase-alternative/index.md index a560e81e..a03e9d7a 100644 --- a/blog/supabase-alternative/index.md +++ b/blog/supabase-alternative/index.md @@ -184,7 +184,7 @@ curl '{SUPABASE_PROJECT_URL}/rest/v1/List?select=*' \ Everything looks perfect, especially if you are familiar with SQL. So why do I need alternatives? ![perfect-meme](https://github.com/user-attachments/assets/08ac420c-4f2b-4147-b4b5-a6c766ea61a3) -## The Problems of Supabse RLS +## The Problems of Supabase RLS ### 1. Separation from Application Logic