From b819052353ff37d96ebf4d9eb910f9b7c1d8d994 Mon Sep 17 00:00:00 2001 From: Luca <100935601+thisislvca@users.noreply.github.com> Date: Tue, 19 Mar 2024 00:25:21 +0100 Subject: [PATCH] fix: small grammar fixes (#408) --- content/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/introduction.md b/content/introduction.md index e7e6ce6c0..b84e4de11 100644 --- a/content/introduction.md +++ b/content/introduction.md @@ -5,7 +5,7 @@ description: The headless components for Svelte. Bits UI is a collection of headless component primitives that enable you to build your own custom components. They have been thoughtfully designed to prioritize simplicity without compromising customizability. -Under the hood, most of these components are powered by [Melt UI](https://melt-ui.com), which provides an even lower-level builder API for creating headless components. Bits takes that API and wrap it in a more familiar component interface, allowing us to handle some quality of life improvements for you. +Under the hood, most of these components are powered by [Melt UI](https://melt-ui.com), which provides an even lower-level builder API for creating headless components. Bits takes that API and wraps it in a more familiar component interface, allowing us to handle some quality of life improvements for you. ## Unstyled @@ -13,7 +13,7 @@ Bits UI components are unstyled by default. This means that they don't come with ## Customizable -Each component has a wide range of props that allow you to customize the behavior of the component to fit your needs. Events are also dispatched for each interaction, allowing you to override the default functionality of the component. +Each component offers a wide range of props for customizing behavior to fit your needs. Events are also dispatched for each interaction, allowing you to override the default functionality of the component. ## Accessible