Skip to content

Commit eda5973

Browse files
authoredAug 26, 2024··
chore(docs): fix a typo in general concepts (#6279)
1 parent 5f5f0b0 commit eda5973

File tree

1 file changed

+1
-1
lines changed
  • documentation/docs/guides-concepts/general-concepts

1 file changed

+1
-1
lines changed
 

‎documentation/docs/guides-concepts/general-concepts/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Refine is an extensible framework designed for rapidly building web applications
88

99
Instead of being limited to a set of pre-styled components, **Refine** provides collections of helper `hooks``components` and `providers` and more. Since business logic and UI are completely decoupled, you can customize UI without constraints.
1010

11-
It means, **Refine** just works _seamlessly_ with any _custom designs_ or _UI frameworks_. Thanks to it's headless architecture, you can use popular CSS frameworks like [TailwindCSS](https://tailwindcss.com/) or even create your own styles from scratch.
11+
It means, **Refine** just works _seamlessly_ with any _custom designs_ or _UI frameworks_. Thanks to its headless architecture, you can use popular CSS frameworks like [TailwindCSS](https://tailwindcss.com/) or even create your own styles from scratch.
1212

1313
Refine also provides integrations with [Ant Design](https://ant.design/), [Material UI](https://mui.com/material-ui/getting-started/overview/), [Mantine](https://mantine.dev/), and [Chakra UI](https://chakra-ui.com/) to get you started quickly. These libraries are set of components which are nicely integrated with headless `@refinedev/core` package.
1414

0 commit comments

Comments
 (0)
Please sign in to comment.