diff --git a/apps/docs/src/content/docs/tools-overview/index.mdx b/apps/docs/src/content/docs/tools-overview/index.mdx
index 22240b5e..cef7be93 100644
--- a/apps/docs/src/content/docs/tools-overview/index.mdx
+++ b/apps/docs/src/content/docs/tools-overview/index.mdx
@@ -63,7 +63,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
description={
<>
- An outrageously powerful collaborative design tool for wireframing
+ Outrageously powerful collaborative design tool for wireframing
ideas and prototyping mockups.
@@ -95,8 +95,8 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
description={
<>
- Allows sharing code and assets between projects, and makes using many
- different technologies together possible.
+ Makes using many
+ different technologies together possible by sharing code and assets between projects.
Massively improves productivity as you don't have to context switch
@@ -173,7 +173,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
title={"React"}
description={
<>
- A JavaScript view layer library for building user interfaces.
+ JavaScript view layer library for building user interfaces.
Emphasis on the library part, it's not a framework.
Very bueno for saving you from writing all the HTML yourself, and
@@ -196,11 +196,11 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
}
/>
- An unopinionated and batteries-not-included React framework with
+ Unopinionated and batteries-not-included React framework with
routing, server-side rendering, image optimizations, and many other
things.
@@ -227,10 +227,10 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
<>
More performant than Next.js for dynamic applications.
- More 'guts-out' and modular with a clearer separation between client
+ More 'guts-out' and modular with clearer separation between client
and server.
- Maintained by Shopify & the React Router team.
+ Maintained the React Router team at Shopify.
>
}
href={`https://remix.run`}
@@ -248,7 +248,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
description={
<>
- A framework for developing and testing UI components in isolation.
+ Framework for developing and testing UI components in isolation.
Allows you to make your buttons in peace, without having to launch the
@@ -275,7 +275,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
title={"TailwindCSS"}
description={
<>
- A utility-first CSS framework to style components super fast.
+ Utility-first CSS framework to style components super fast.
No more separate stylesheets. Won't necessarily fix your potato UI but
will allow you to make them faster and with less debugging.
@@ -326,7 +326,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
description={
<>
- A modern component library built on top of Radix UI Primitives and
+ Modern component library built on top of Radix UI Primitives and
styled with Tailwind, combining accessibility, customizability, and
business logic into one.
@@ -556,7 +556,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
description={
<>
- A tool to create standardized commit messages that adhere to the{" "}
+ Automates creating standardized commit messages that adhere to the{" "}
conventional commits specification
{" "}
@@ -635,7 +635,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
description={
<>
- Library that allows us to quickly and easily trigger Git hooks, which
+ Quickly and easily triggers Git hooks, which
in turn trigger commands to run the tools mentioned above.
>
@@ -659,7 +659,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
title={"Vitest"}
description={
<>
- For writing both Unit Tests and Integration Tests.
+ For both Unit Tests and Integration Tests.
Code with peace of mind and get instant feedback if you break
something.
@@ -680,7 +680,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
title={"Playwright"}
description={
<>
- For End-to-End Testing of our entire app.
+ For End-to-End Testing of our entire platform.
Instead of clicking around the entire app yourself to see if it still
works after every single time you make a change, why not let a robot