From a91ab66bda662a30e11a213c5977dbe9833f16ba Mon Sep 17 00:00:00 2001 From: Jeffrey Adakole Date: Wed, 20 Nov 2024 23:23:33 +0100 Subject: [PATCH] fix: remove typo in what's in the stack Under the Tailwindcss explanation., the second sentence reads " It that the styling backbone of this stack." instead of " It serves as the styling backbone of this stack." which I think is the intended meaning. --- docs/boring-stack/whats-in-the-stack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/boring-stack/whats-in-the-stack.md b/docs/boring-stack/whats-in-the-stack.md index 823d7c9..e801c0a 100644 --- a/docs/boring-stack/whats-in-the-stack.md +++ b/docs/boring-stack/whats-in-the-stack.md @@ -27,7 +27,7 @@ So if you enjoy writing React's JSX, you'd love The Boring JavaScript Stack as t ## Tailwind CSS -[Tailwind CSS](https://tailwindcss.com/), the utility-first CSS framework makes styling feels like cheating. It that the styling backbone of this stack. +[Tailwind CSS](https://tailwindcss.com/), the utility-first CSS framework makes styling feels like cheating. It serves as the styling backbone of this stack. Since The Boring JavaScript Stack is about being pragmatic, what's better than Tailwind CSS in practicality, efficiency, and ensuring your styles are predictable and easy to manage?