Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dijonmusters committed Jul 20, 2023
1 parent f92b681 commit bc65068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion 19-style-a-twitter-clone-with-tailwind-css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---

Expand Down

0 comments on commit bc65068

Please sign in to comment.