Skip to content

Commit bc5926c

Browse files
authored
docs: typo letting (#4950)
1 parent 815abf0 commit bc5926c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The hardest parts of building complex UIs usually revolve around state, events,
1212

1313
Building UI is a very branded and custom experience, even if that means choosing a design system or adhering to a design spec. To support this custom experience, component-based UI libraries need to support a massive (and seemingly endless) API surface around markup and style customization. Headless UI libraries decouple your logic from your UI
1414

15-
When you use a headless UI library, the complex task of **data-processing, state-management, and business logic** are handled for you, leaving you worry about higher-cardinality decisions that differ across implementations and use cases.
15+
When you use a headless UI library, the complex task of **data-processing, state-management, and business logic** are handled for you, letting you worry about higher-cardinality decisions that differ across implementations and use cases.
1616

1717
> Want to dive deeper? [Read more about Headless UI](https://www.merrickchristensen.com/articles/headless-user-interface-components/).
1818

0 commit comments

Comments
 (0)