From bc65068de267c658771530565d92a6227c0e1970 Mon Sep 17 00:00:00 2001 From: Jon Meyers Date: Thu, 20 Jul 2023 17:37:02 +1000 Subject: [PATCH] fix typos --- 14-create-a-postgresql-join-table-in-supabase-studio/README.md | 2 +- 19-style-a-twitter-clone-with-tailwind-css/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/14-create-a-postgresql-join-table-in-supabase-studio/README.md b/14-create-a-postgresql-join-table-in-supabase-studio/README.md index c0714eb..1e69f12 100644 --- a/14-create-a-postgresql-join-table-in-supabase-studio/README.md +++ b/14-create-a-postgresql-join-table-in-supabase-studio/README.md @@ -25,7 +25,7 @@ **[📹 Video](TODO)** -In this lesson, we create a PostgreSQL join table for `likes`. This has a many-to-many relationship between the `profiles` and `tweets` table, allowing us to store each instance of a like between a user and a tweet. +In this lesson, we create a PostgreSQL join table for `likes` in the [Supabase](https://supabase.com) dashboard. This has a many-to-many relationship between the `profiles` and `tweets` table, allowing us to store each instance of a like between a user and a tweet. Additionally, we create Row Level Security (RLS) polices to enable `select`, `insert` and `delete`. diff --git a/19-style-a-twitter-clone-with-tailwind-css/README.md b/19-style-a-twitter-clone-with-tailwind-css/README.md index c03c529..9b9acf1 100644 --- a/19-style-a-twitter-clone-with-tailwind-css/README.md +++ b/19-style-a-twitter-clone-with-tailwind-css/README.md @@ -33,7 +33,7 @@ Additionally, we use a heart icon from Feather Icons for our like button, and cr - [Tailwind docs](https://tailwindcss.com/) - [Feather Icons](https://feathericons.com/) -- [GitHub Logo](http://github.com/logos +- [GitHub Logo](http://github.com/logos) ---